From dab4375ef643ff8b307eea15bd810f92b5137eb9 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Fri, 28 Mar 2025 20:12:33 +0000 Subject: [PATCH] f18style.css: change paragraph header height for mobile (Forum #139623) git-svn-id: https://svn.fhem.de/fhem/trunk@29800 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/f18style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/www/pgm2/f18style.css b/fhem/www/pgm2/f18style.css index d438673a0..0d1e56aae 100644 --- a/fhem/www/pgm2/f18style.css +++ b/fhem/www/pgm2/f18style.css @@ -212,7 +212,7 @@ button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; } select,input[type=submit] { cursor:pointer; } div.pin, div.dragger { float:right; width:1em; height:1em; margin-left:0.5em; } -div.pinHeader { height:1em; padding:2px; } +div.pinHeader { min-height:1em; padding:2px; } body.touch a { font-size: 20px; } body.touch #menu { font-size: 20px; } /* for the menuTree icon */