cleaner command system + phone UI changes + iMS/EQ

This commit is contained in:
NoobishSVK
2024-01-28 14:37:32 +01:00
parent 8eb63eb5c4
commit 66892cedbe
10 changed files with 318 additions and 105 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
.play-button {
button {
width: 100%;
height: 100%;
border: 0;
@@ -6,9 +6,10 @@
transition: 0.3s ease-in-out background-color;
background-color: var(--color-4);
cursor: pointer;
font-family: inherit;
}
.play-button:hover {
button:hover {
background-color: var(--color-main-bright);
}