Mercurial > code > home > repos > light9
changeset 2116:f38ecdcd368e
better asco mini mode
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 19:30:59 +0000 |
parents | bd287d68edd6 |
children | 0cc39aa3baf8 |
files | light9/web/style.css |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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;