Nomineren even opgeleukt
En spotify.link shortlinks worden geaccepteerd. Mogelijk.
This commit is contained in:
@@ -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 |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user