mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-04-12 22:37:42 +00:00
style: remove duplicate declarations; try to fix padding problems
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3fb5e3991aa5e10fd99aee1706dcba886a6a6964
This commit is contained in:
parent
efdd9fcc99
commit
51e4155452
1 changed files with 8 additions and 4 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue