Reduce toolbar unused space.
This commit is contained in:
parent
bc5f460a90
commit
5687a6ab51
|
@ -26,9 +26,8 @@ html:not(.mobile) #scrollable {
|
|||
#top {
|
||||
font-size: 1em;
|
||||
position: relative;
|
||||
padding: 0 0 .4em 0;
|
||||
padding: 0 0 .3em 0;
|
||||
margin: 0;
|
||||
height: calc(var(--icon-size) + 0.3em);
|
||||
min-width: 18.75em;
|
||||
display: flex;
|
||||
-moz-user-select: none;
|
||||
|
@ -85,14 +84,6 @@ html:not(.mobile) #scrollable {
|
|||
content: attr(title);
|
||||
}
|
||||
|
||||
.mobile #top {
|
||||
height: 3.5em;
|
||||
}
|
||||
.mobile #top .icon {
|
||||
padding: .5em .5em;
|
||||
background-size: 80%;
|
||||
}
|
||||
|
||||
#top > .spacer {
|
||||
flex-grow: 1;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue