add brand-image-xl margin fix without logo-switch

This commit is contained in:
REJack 2020-05-19 20:43:15 +02:00
parent fbe0340eb0
commit 229600ba4c
5 changed files with 12 additions and 4 deletions

View file

@ -52,6 +52,10 @@
line-height: .8;
max-height: 40px;
width: auto;
&.single {
margin-top: -.3rem;
}
}
&.text-sm,

View file

@ -11748,6 +11748,10 @@ body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::bef
width: auto;
}
.brand-link .brand-image-xl.single {
margin-top: -.3rem;
}
.brand-link.text-sm .brand-image,
.text-sm .brand-link .brand-image {
height: 29px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long