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:
Carlos Valente
2021-11-16 20:54:36 +01:00
committed by GitHub
parent 885d965db1
commit 09a5aca25a
14 changed files with 69 additions and 11 deletions
+9
View File
@@ -33,6 +33,15 @@
color: #2b6cb0;
}
.collapsedTitle {
font-size: inherit;
padding-left: 1em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.labelContainer {
white-space: nowrap;
overflow: hidden;