- reworked admin interface layout

- fixed custom time value entry
- sidebar toggablity
- added links for countdown view
- added helper tooltips
This commit is contained in:
2022-03-27 15:19:23 +02:00
parent f70bd4e540
commit da0d79e8ed
4 changed files with 130 additions and 81 deletions

View File

@ -117,4 +117,13 @@ pre {
.hidden {
display: none !important;
}
.trans {
transition: .5s
}
.helperTip {
opacity: 0.8;
font-size: small;
}