This commit is contained in:
Ross
2021-08-21 10:00:53 +01:00
parent 796ea1d8be
commit 7233a4f419
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -644,4 +644,4 @@ input {
position: stick; position: stick;
top: 1px; top: 1px;
background-color: darkslategrey; background-color: darkslategrey;
}:where }
+6
View File
@@ -639,3 +639,9 @@ input {
.date:hover { .date:hover {
opacity: 100%; opacity: 100%;
} }
.floating-header {
position: stick;
top: 1px;
background-color: darkslategrey;
}