mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
refactor: style tweaks and ux improvements
This commit is contained in:
committed by
Carlos Valente
parent
3790681bec
commit
79bcc179ba
@@ -36,7 +36,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: color-mix(in srgb, var(--user-bg, transparent) 15%, transparent 85%);
|
background: color-mix(in srgb, transparent 90%, var(--user-bg, transparent) 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.entryIndex {
|
.entryIndex {
|
||||||
|
|||||||
@@ -5,5 +5,5 @@
|
|||||||
|
|
||||||
padding-block: 0.5rem;
|
padding-block: 0.5rem;
|
||||||
padding-left: calc(2em + 0.5rem);
|
padding-left: calc(2em + 0.5rem);
|
||||||
background-color: color-mix(in srgb, var(--user-bg, transparent) 15%, transparent 85%);
|
background: color-mix(in srgb, transparent 90%, var(--user-bg, transparent) 10%);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user