# HG changeset patch # User drewp@bigasterisk.com # Date 1654198259 0 # Node ID f38ecdcd368e90fa07999d37829943cfb4430306 # Parent bd287d68edd67af94d77f18d4373fc49f456f891 better asco mini mode diff -r bd287d68edd6 -r f38ecdcd368e light9/web/style.css --- a/light9/web/style.css Thu Jun 02 19:22:05 2022 +0000 +++ b/light9/web/style.css Thu Jun 02 19:30:59 2022 +0000 @@ -159,21 +159,21 @@ } /* 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;