scuf-radio-frontend/public/css/index.m.css
endme 0a57192d66 feat: new functionality
Updated styles
Added album cover
Added pause and mute buttons
Added social buttons
2024-11-24 16:20:47 +03:00

31 lines
481 B
CSS

@media only screen and (max-width: 800px) {
header {
font-size: 1.4rem;
}
#current-song {
line-height: 1.4em;
flex-direction: column;
}
#current-date {
font-size: 1rem;
}
#song-list {
background-size: cover;
background-position: center;
font-size: 1.2rem;
}
#list-previous {
opacity: 0.9;
}
.entry-details,
.entry-length {
text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000,
1px -1px 0 #000;
}
}