CSS: Adjust logo-container to match tab’s height, when sidebar collapsed
This commit is contained in:
parent
f1db972cc5
commit
31815d1035
|
@ -257,7 +257,7 @@ html.no-js .controls > .tabs {
|
|||
// Collapsed sidebar
|
||||
#layout:not(.minimal-layout).sidebar-collapsed {
|
||||
#header-logo-container {
|
||||
height: 3.167em;
|
||||
height: 3em;
|
||||
padding: 0.25em 0.125em;
|
||||
width: 4em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue