mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Fixed #4310 - logo not scaling correctly without text
This commit is contained in:
parent
abc722b9c0
commit
32478f1a10
|
@ -80,10 +80,7 @@ a.accordion-header {
|
||||||
.main-header {
|
.main-header {
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
}
|
}
|
||||||
.navbar-brand-img {
|
|
||||||
float: left;
|
|
||||||
padding: 5px 5px 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-nav>.user-menu>.dropdown-menu {
|
.navbar-nav>.user-menu>.dropdown-menu {
|
||||||
width: inherit;
|
width: inherit;
|
||||||
|
@ -311,3 +308,10 @@ body {
|
||||||
visibility: visible !important;
|
visibility: visible !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.navbar-brand-img, .navbar-brand>img {
|
||||||
|
float: left;
|
||||||
|
padding: 5px 5px 5px 0;
|
||||||
|
max-height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue