Adds ability for user to show/ hide settings menu

For a cleaner, less clutterd UI
This commit is contained in:
Alicia Sykes
2021-06-03 12:19:55 +01:00
parent af57d8ea71
commit 78314f96c6
9 changed files with 249 additions and 41 deletions

View File

@@ -34,7 +34,7 @@ footer {
color: var(--medium-grey);
opacity: var(--dimming-factor);
background: var(--background-darker);
margin-top: 7px;
margin-top: 1.5rem;
border-top: 1px solid var(--outline-color);
}