# HG changeset patch # User drewp@bigasterisk.com # Date 2022-06-02 19:30:59 # Node ID f38ecdcd368e90fa07999d37829943cfb4430306 # Parent bd287d68edd67af94d77f18d4373fc49f456f891 better asco mini mode 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;