Minor UI changes

Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
2023-10-30 21:50:20 -04:00
parent d9afe45fd2
commit 37485aac96
2 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -12,19 +12,19 @@
.nav {
padding: 0.25rem 0.75rem;
font-size: 1.5rem;
font-size: 1.25rem;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
position: fixed;
bottom: 0;
z-index: 1000;
margin: 0;
height: 2.75rem;
max-height: 2.75rem;
min-height: 2.75rem;
height: 2.5rem;
max-height: 2.5rem;
min-height: 2.5rem;
min-width: 100%;
width: 100%;
background: linear-gradient(to bottom right, #1a3a15, #09351b) no-repeat center center fixed;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
}
}