[Web] Customize app menu and logo; Fix #671
This commit is contained in:
@@ -53,3 +53,7 @@ body.modal-open {
|
||||
top: 65px;
|
||||
z-index: 1;
|
||||
}
|
||||
.thumbnail img {
|
||||
min-height:100px;
|
||||
height:100px;
|
||||
}
|
@@ -101,4 +101,13 @@ legend {
|
||||
-ms-user-select: none
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.navbar .navbar-brand {
|
||||
padding-top: 5px;
|
||||
}
|
||||
.navbar .navbar-brand img {
|
||||
height: 40px;
|
||||
}
|
||||
.mailcow-logo img {
|
||||
max-width: 250px;
|
||||
}
|
Reference in New Issue
Block a user