Explorar o código

fix scroll target depending on header state

Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
ea43edc8c8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      website/static/style.css

+ 2 - 1
website/static/style.css

@@ -37,7 +37,8 @@ a:active:not(.browser-window *) {
   background-color: #5a99ff;
 }
 .q-header.fade {
-  height: 50px;
+  padding-top: 20px;
+  transform: translateY(-20px);
   background-color: #5a99ffd0;
   backdrop-filter: blur(5px);
 }