From 5eb451a3db5b8677372ba16d2677ac4ffb5c425c Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Tue, 8 Nov 2016 20:26:01 +0000 Subject: [PATCH] Set minimum size for learner icon in tune list. Otherwise it vanishes completely at small screen sizes. --- web/css/dottes.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/web/css/dottes.css b/web/css/dottes.css index 1b8d5be..de9257b 100644 --- a/web/css/dottes.css +++ b/web/css/dottes.css @@ -358,7 +358,8 @@ div.dottes-tune-list-item-learner-link div.dottes-tune-list-item-learner-link img { - max-width: 20px; + max-width: 25px; + min-width: 10px; } div.dottes-tune-list-item-image @@ -392,6 +393,10 @@ div.dottes-history-yes } @media only screen and (max-width: 480px) { + html { + font-size: 62.5%; + } + div.dottes-transpose-instrument-item { display: table-row; @@ -401,7 +406,9 @@ div.dottes-history-yes margin: 0px; } - div.dottes-transpose-instrument-item h1, p, ul + div.dottes-transpose-instrument-item h1, + div.dottes-transpose-instrument-item p, + div.dottes-transpose-instrument-item ul { text-align: center; margin: 0px;