mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
Chore/qol (#41)
* style: prevent timer from resizing container * style: review half and third screens * style: prevent delay time from resizing blocks * style: show now / next titles when container is collapsed * docs: link to documentation in readme * Update README.md * Update README.md * Update README.md * style: new image assets * cleanup * style: prevent long titles from overflowing containers * fix: send titles on change fixed issue that prevented the next title from being broadcast on change
This commit is contained in:
@@ -20,13 +20,15 @@
|
||||
'ind clk clk btn'
|
||||
'... sta fin btn';
|
||||
grid-template-rows: 1fr auto;
|
||||
grid-template-columns: 1.5em 2fr 2fr 22%;
|
||||
grid-template-columns: 1.5em 2fr 2fr 6em;
|
||||
gap: 5px;
|
||||
justify-items: start;
|
||||
}
|
||||
|
||||
.timer {
|
||||
grid-area: clk;
|
||||
white-space: nowrap;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.indicators {
|
||||
|
||||
Reference in New Issue
Block a user