This commit is contained in:
nate 2026-04-10 03:11:12 +04:00
parent 18bdfafee4
commit 94f93fdf0c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; }
color: var(--bar-paused); border: 1px solid var(--bar-paused);
background: transparent; text-transform: uppercase; letter-spacing: 0.04em;
}
.bars { display: flex; gap: 0.1rem; height: 32px; margin-top: 0.75rem; align-items: stretch; position: relative; }
.bars { display: flex; gap: 0.1rem; height: 38px; align-items: stretch; position: relative; }
.bar { flex: 1; min-width: 0; border-radius: 2px; transition: opacity 0.15s; }
.bar:hover { opacity: 0.8; }
.bars-meta { display: flex; justify-content: space-between; font-size: 0.7rem; color: var(--muted); margin-top: 0.4rem; }