From 51e41554524ac350723328495025104703281aeb Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 23 Jan 2026 00:40:13 +0300 Subject: [PATCH] style: remove duplicate declarations; try to fix padding problems Signed-off-by: NotAShelf Change-Id: I3fb5e3991aa5e10fd99aee1706dcba886a6a6964 --- src/styles.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/styles.css b/src/styles.css index 81c4779..5f6483b 100644 --- a/src/styles.css +++ b/src/styles.css @@ -125,7 +125,7 @@ body { max-width: 1600px; margin: 0 auto; width: 100%; - padding-bottom: 6rem; + padding-bottom: 8rem; } .footer { @@ -342,7 +342,7 @@ body { /* Floating Actions */ .floating-actions { position: fixed; - bottom: 3.5rem; + bottom: 5rem; right: 2rem; display: flex; flex-direction: column; @@ -753,7 +753,6 @@ body { font-weight: 700; color: var(--text-primary); font-family: var(--font-nums); - font-family: var(--font-nums); font-variant-numeric: tabular-nums; } @@ -1055,7 +1054,6 @@ body { } .time-bar-value { - font-family: var(--font-nums); font-family: var(--font-nums); font-variant-numeric: tabular-nums; font-size: 0.75rem; @@ -1526,6 +1524,12 @@ body { .main { padding: 1rem; + padding-bottom: 6rem; + } + + .floating-actions { + bottom: 4rem; + right: 1rem; } .dashboard-grid {