mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 19:33:46 +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:
@@ -101,10 +101,21 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.progressContainer {
|
||||
.countdown {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.progressContainer,
|
||||
.progressContainerPaused {
|
||||
grid-area: prog;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.countdownPaused,
|
||||
.progressContainerPaused {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.container__grayFinished {
|
||||
|
||||
Reference in New Issue
Block a user