mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
• Minor aesthetic changes
• If no YouTube streams are found, a shortcut to your YouTube dashboard will now appear
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user