mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 10:23:54 +00:00
refractor + style tweaks
- bugfix on lower - delay between 0-60 minutes - action buttons in dropdown - added button for toggling element visibility - several css and code cleanups - renamed settingsAPI
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
padding: 2vh;
|
||||
|
||||
display: grid;
|
||||
grid-template-rows: 1fr 1fr 1fr;
|
||||
grid-template-rows: 38vh 1fr 1fr;
|
||||
grid-template-columns: 1fr 25vw 25vw 5vw;
|
||||
grid-template-areas:
|
||||
'even mess play sett'
|
||||
@@ -67,7 +67,6 @@
|
||||
.mainContainer > div {
|
||||
border-radius: 0.5em;
|
||||
height: 100%;
|
||||
margin-top: 1.5vh;
|
||||
background-color: rgba(255, 255, 255, 0.13);
|
||||
padding: 0.8em 1.5em;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user