unhide lumbung radio player on desktop
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
a0796f0a3b
commit
ed313dfb28
@ -979,7 +979,6 @@ footer a:hover {
|
|||||||
|
|
||||||
.lumbung-radio-player {
|
.lumbung-radio-player {
|
||||||
display: flex;
|
display: flex;
|
||||||
display: none;
|
|
||||||
color: var(--sounds-dark);
|
color: var(--sounds-dark);
|
||||||
border: 1px solid var(--sounds-dark);
|
border: 1px solid var(--sounds-dark);
|
||||||
background: var(--sounds-light);
|
background: var(--sounds-light);
|
||||||
@ -993,4 +992,10 @@ footer a:hover {
|
|||||||
bottom: 2rem;
|
bottom: 2rem;
|
||||||
right: 2rem;
|
right: 2rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
.lumbung-radio-player {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user