to do: debugging for handling ui collapse states

This commit is contained in:
2022-09-10 19:55:35 -05:00
parent c887e5ad74
commit 6ac83ef008
6 changed files with 52 additions and 30 deletions

View File

@@ -10,6 +10,10 @@
background-color: rgb(188, 176, 146);
color: black;
&.collapsed {
background-color: red;
}
.player-ui {
.subheader {
font-weight: bold;