From 61c4ebe782cd742f84f16af9966d3ed91bd6cec6 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 21 Oct 2019 14:43:43 +0200 Subject: css fix : ajust icon size in mobile view --- assets/css/edit.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'assets/css/edit.css') diff --git a/assets/css/edit.css b/assets/css/edit.css index 6407876..640ee1a 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -115,7 +115,7 @@ body { background-color: #dc8ad2; left: 0px; width: 100%; - height: calc(100% - 30px); + height: 100%; } .checkboxtab @@ -242,7 +242,6 @@ a:hover { width: 100%; padding: 3px 0.5%; border-bottom: solid 1px dimgrey; - height: 25px; } #topbar form { @@ -389,5 +388,10 @@ div#thumbnail img { display: none; } + img.icon { + height: 23px; + } + + } -- cgit v1.2.3