add twitch API stuff, add follow/sub/cheer labels
This commit is contained in:
parent
8a7210ad56
commit
626540e728
17 changed files with 1143 additions and 3 deletions
|
|
@ -65,6 +65,7 @@ p {
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
width: min-content;
|
||||
max-width: calc(100% - 4em);
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
|
|
@ -87,7 +88,7 @@ p {
|
|||
}
|
||||
|
||||
.title-artist {
|
||||
max-width: calc(100vw - 2em - 80px);
|
||||
max-width: calc(100vw - 4em - 80px);
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
@ -118,3 +119,9 @@ p {
|
|||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#music.switching {
|
||||
.artwork {
|
||||
filter: blur(4px);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue