style: remove duplicate declarations; try to fix padding problems

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I3fb5e3991aa5e10fd99aee1706dcba886a6a6964
This commit is contained in:
raf 2026-01-23 00:40:13 +03:00
commit 51e4155452
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -125,7 +125,7 @@ body {
max-width: 1600px; max-width: 1600px;
margin: 0 auto; margin: 0 auto;
width: 100%; width: 100%;
padding-bottom: 6rem; padding-bottom: 8rem;
} }
.footer { .footer {
@ -342,7 +342,7 @@ body {
/* Floating Actions */ /* Floating Actions */
.floating-actions { .floating-actions {
position: fixed; position: fixed;
bottom: 3.5rem; bottom: 5rem;
right: 2rem; right: 2rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -753,7 +753,6 @@ body {
font-weight: 700; font-weight: 700;
color: var(--text-primary); color: var(--text-primary);
font-family: var(--font-nums); font-family: var(--font-nums);
font-family: var(--font-nums);
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
} }
@ -1055,7 +1054,6 @@ body {
} }
.time-bar-value { .time-bar-value {
font-family: var(--font-nums);
font-family: var(--font-nums); font-family: var(--font-nums);
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
font-size: 0.75rem; font-size: 0.75rem;
@ -1526,6 +1524,12 @@ body {
.main { .main {
padding: 1rem; padding: 1rem;
padding-bottom: 6rem;
}
.floating-actions {
bottom: 4rem;
right: 1rem;
} }
.dashboard-grid { .dashboard-grid {