fix: removed small scrolling of the header

Massimo Melina committed Dec 21, 2021 at 14:05 UTC 705bb2c802acdcc9f0505a5066181a147d2b0ebe
1 file changed +2 -2
frontend/src/index.scss
+2 -2
@@ -113,8 +113,8 @@ ul.dir {
113 }
114
115 #menu-panel {
116 - margin: .1em;
117 - margin-bottom: .2em;
116 + margin: 0 0.1em 0.2em;
117 +
118 & button {
119 margin: 0.1em;
120 }