From 8aa08dbc6b821166261ea4846d76e9ea61f40b80 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 11 Aug 2020 15:26:40 +0200 Subject: [PATCH] add compatibility with basic side menu options --- templates/css/stylesheet.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/css/stylesheet.php b/templates/css/stylesheet.php index adae8c3..fb68b3d 100644 --- a/templates/css/stylesheet.php +++ b/templates/css/stylesheet.php @@ -74,16 +74,31 @@ width: 15px; height: 15px; } + + img.side-menu-app-icon { + width: 15px; + height: 15px; + } .side-menu-app-icon svg { width: 20px; height: 20px; } + + img.side-menu-app-icon { + width: 20px; + height: 20px; + } .side-menu-app-icon svg { width: 23px; height: 23px; } + + img.side-menu-app-icon { + width: 23px; + height: 23px; + }