From 39ebae580a05e74e3124b6a7917eb49fb46de8fb Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 21 Apr 2021 10:14:37 +0000 Subject: [PATCH] Ein/Aus-Schalter verbessert --- www/ui/app-menu.css | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/www/ui/app-menu.css b/www/ui/app-menu.css index aa3e116..ef294ce 100644 --- a/www/ui/app-menu.css +++ b/www/ui/app-menu.css @@ -2,10 +2,12 @@ .app-menu { margin: 0; padding: 0; + font-size: smaller; } .app-menu-kopf { text-align: center; + font-size: smaller; } ul.app-menu { -- Gitblit v1.9.3