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 --- app/view/templates/edittopbar.php | 4 +++- assets/css/edit.css | 8 ++++++-- assets/css/home.css | 4 ++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/app/view/templates/edittopbar.php b/app/view/templates/edittopbar.php index 0f0c60a..6f4db36 100644 --- a/app/view/templates/edittopbar.php +++ b/app/view/templates/edittopbar.php @@ -17,7 +17,9 @@ - display + + display + id() ?> 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; + } + + } diff --git a/assets/css/home.css b/assets/css/home.css index fa846e1..0e5e4a1 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -520,6 +520,10 @@ footer { max-width: 100%; } + img.icon { + height: 23px; + } + } -- cgit v1.2.3