enhance: remove spaces for sticky actions for all pages

pull/5559/head
Tienson Qin 2022-06-05 23:46:11 +08:00
parent 16c95e48dc
commit 4c879aa456
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
position: sticky;
background-color: var(--ls-primary-background-color);
white-space: nowrap;
top: -1px;
top: -18px;
padding-bottom: 10px;
z-index: 1;