Update static/css/style.css

This commit is contained in:
Tracker-Friendly 2024-03-02 12:32:09 +00:00
parent 6144455067
commit b93cf803f0
1 changed files with 8 additions and 0 deletions

View File

@ -127,6 +127,14 @@ body {
font-family: "Inter", sans-serif;
}
.hiddenButton {
right: 0px;
position: fixed;
background-color: var(--editor);
color: var(--editor);
padding: 20px;
}
/* Web app */
.topBar {
position: fixed;