fixed buttons being hidden because of the new searchbar

This commit is contained in:
Roberto Tonino 2020-06-10 17:32:06 +02:00
parent 2ca5ce4bfa
commit a0204c4953
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -75,7 +75,7 @@ $icon-dimension: 2rem;
#content { #content {
background-color: var(--main-background); background-color: var(--main-background);
width: calc(100% - 10px); width: calc(100% - 10px);
height: calc(100% - 48px); height: calc(100% - 93px);
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
padding-left: 10px; padding-left: 10px;