• Minor aesthetic changes

• If no YouTube streams are found, a shortcut to your YouTube dashboard will now appear
This commit is contained in:
nuttylmao
2025-09-15 00:23:57 +10:00
parent c5e9890eb2
commit 24d2342b1e
5 changed files with 44 additions and 18 deletions
+4 -6
View File
@@ -5,16 +5,16 @@ body {
margin: 1em;
}
button {
gap: 0.5em;
}
#broadcast-list {
display: flex;
flex-direction: column;
gap: 0.5em;
}
button {
gap: 0.5em;
}
.broadcast {
background-color: var(--dialog-background);
border: 1px solid #40404080;
@@ -36,7 +36,6 @@ button {
display: flex;
flex-direction: row;
align-items: center;
/* gap: 1em; */
margin-left: auto;
}
@@ -74,5 +73,4 @@ button {
#youtube-warning {
display: none;
text-align: center;
}