diff --git a/light9/web/style.css b/light9/web/style.css --- a/light9/web/style.css +++ b/light9/web/style.css @@ -159,21 +159,21 @@ div.keys { } /* ascoltami mini mode */ -@media (max-height: 600px) { +@media (max-width: 600px) { .songs { column-width: 15em; } .songs button { - font-size: initial; - height: initial; + font-size: initial !important; + min-height: 35px !important; width: 100%; margin: initial; border-width: 1px; margin-bottom: 2px; } .num { - font-size: initial; - padding: initial; + font-size: initial !important; + padding: initial !important; } .commands button { padding: 5px;