From ed313dfb282a3d5534b725e703301565d9dc18bd Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 11 Apr 2022 13:33:45 +0500 Subject: [PATCH] unhide lumbung radio player on desktop --- themes/lumbung-theme/static/css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 2bf2e12..4c63c23 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -979,7 +979,6 @@ footer a:hover { .lumbung-radio-player { display: flex; - display: none; color: var(--sounds-dark); border: 1px solid var(--sounds-dark); background: var(--sounds-light); @@ -993,4 +992,10 @@ footer a:hover { bottom: 2rem; right: 2rem; cursor: pointer; +} + +@media (max-width: 480px) { + .lumbung-radio-player { + display: none; + } } \ No newline at end of file