mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 16:33:51 +00:00
57c6b11db1
- added empty state to list - styled scrollbars - progressbar shows time elapsed - timers are monospace - prevent overflow in titles
12 lines
177 B
CSS
12 lines
177 B
CSS
.headerButtons {
|
|
display: flex;
|
|
gap: 0.5em;
|
|
align-content: center;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.menu {
|
|
color: #000;
|
|
background-color: rgba(255, 255, 255, 0.67);
|
|
}
|