This commit is contained in:
Ross
2022-08-10 22:30:06 +01:00
parent 7032f890f9
commit 4c3b7d2e12
13 changed files with 534 additions and 45 deletions
+21
View File
@@ -280,6 +280,12 @@ button a {
border: 1px dashed white;
}
.series-drop {
position: sticky;
height: 600px;
bottom: -500px;
}
.submit-button {
position: sticky;
bottom: 0;
@@ -837,4 +843,19 @@ summary h5 {
bottom: 0px;
background-color: black;
opacity: 80%;
}
.small-url-button {
padding: 0px;
}
button a, button a:link, button a:visited, button a:hover {
text-decoration: none;
color: inherit;
}
details.filter {
border: 1px solid gray;
padding: 10px;
margin: 20px;
}