Reduce toolbar unused space.

This commit is contained in:
hackademix 2022-03-28 00:34:06 +02:00
parent bc5f460a90
commit 5687a6ab51
1 changed files with 1 additions and 10 deletions

View File

@ -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;