mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +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:
@@ -22,8 +22,6 @@ export default function StageManager(props) {
|
||||
|
||||
let events = [...backstageEvents];
|
||||
|
||||
console.log({ backstageEvents }, { events });
|
||||
|
||||
// Add running delay
|
||||
let delay = 0;
|
||||
for (const e of events) {
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
padding: 1vh 2vw;
|
||||
border-radius: 1vw;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.nowContainer {
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
font-size: 4vh;
|
||||
}
|
||||
|
||||
|
||||
/* =================== TITLES ===================*/
|
||||
|
||||
.infoContainer > div {
|
||||
@@ -111,6 +110,8 @@
|
||||
display: grid;
|
||||
grid-template-rows: 5vh 1fr 3vh;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* =================== MAIN ===================*/
|
||||
|
||||
Reference in New Issue
Block a user