restore accidentally deleted lumbung radio player css

This commit is contained in:
Aadil Ayub 2022-04-13 23:41:01 +05:00
parent f70aeedc0c
commit 4f119cf6dd
1 changed files with 18 additions and 0 deletions

View File

@ -833,6 +833,24 @@ footer a:hover {
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 */
@media (max-width: 768px) {