move top padding into sticky area to prevent movement

This commit is contained in:
Damien Elmes 2021-04-22 19:53:07 +10:00
parent 5a531cd28c
commit dc46ece8f2
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
color: var(--text-fg);
background: var(--window-bg);
padding-bottom: 0.5em;
padding-top: 0.5em;
}
.selector-grid {

View File

@ -32,6 +32,7 @@ html {
#main {
padding: 0.5em;
padding-top: 0;
}
.tooltip-inner {