Nomineren even opgeleukt

En spotify.link shortlinks worden geaccepteerd. Mogelijk.
This commit is contained in:
2024-02-25 00:20:44 +01:00
parent b9e0177c98
commit 7f199b6886
6 changed files with 61 additions and 11 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ body {
#bsod {
display: block;
width: 70vw;
width: max(70vw, 400px);
max-width: 800px;
flex-shrink: 1;
gap: 1rem;
display: flex;
Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

+16
View File
@@ -30,6 +30,22 @@ input[type=submit] {
filter: contrast(1);
}
input#spotify-input {
width: 100%;
margin-bottom: 10px;
}
input#spotify-input + input[type=submit]{
background-image: url(img/sound.png);
background-repeat:no-repeat;
padding: 4px 8px 4px 24px;
height: 16px;
min-width: 0;
background-position: 4px 50%;
font-weight: bold;
}
#bsod, .hide {
display: none;
}