Fixed sticky header scrolling. Updated settings button.

This commit is contained in:
Mike Cao 2023-03-03 12:37:26 -08:00
parent 5262d19c8b
commit bb99b3eba5
16 changed files with 109 additions and 134 deletions

View file

@ -1,8 +1,4 @@
.button {
position: relative;
}
.panel {
.popup {
background: var(--base50);
border: 1px solid var(--base500);
border-radius: 4px;
@ -14,7 +10,3 @@
padding: 20px;
z-index: 100;
}
.panel dd {
display: flex;
}