.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user