restore accidentally deleted lumbung radio player css
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f70aeedc0c
commit
4f119cf6dd
@ -833,6 +833,24 @@ footer a:hover {
|
|||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* lumbung radio player widget */
|
||||||
|
.lumbung-radio-player {
|
||||||
|
display: flex;
|
||||||
|
color: var(--sounds-dark);
|
||||||
|
border: 1px solid var(--sounds-dark);
|
||||||
|
background: var(--sounds-light);
|
||||||
|
font-style: italic;
|
||||||
|
width: fit-content;
|
||||||
|
padding: 1rem;
|
||||||
|
gap: 1rem;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 2rem;
|
||||||
|
right: 2rem;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* mobile styles */
|
/* mobile styles */
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user