ui enhancements and song state

This commit is contained in:
2020-04-25 22:29:34 +02:00
committed by smuddy
parent 01d13ccea9
commit 4c5a8c972c
43 changed files with 297 additions and 141 deletions

View File

@@ -7,6 +7,7 @@
background: #fffb;
overflow: hidden;
width: 800px;
position: relative;
@media screen and (max-width: 860px) {
width: 100vw;
@@ -25,4 +26,14 @@
.heading {
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
margin-right: 20px;
opacity: 0.7;
}
.btn-close {
position: absolute;
right: 10px;
top: 15px;
opacity: 0.7;
}