From 63229428ca24779791749aa2ea41f6b2bb871742 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 19 May 2020 05:50:10 +0200 Subject: [PATCH] Do not shrink nav childs except service buttons --- resources/style/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/style/index.css b/resources/style/index.css index 4534804..2f42e37 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -10,6 +10,10 @@ body { width: 48px; } +#navigation > :not(#service-buttons) { + flex-shrink: 0; +} + #service-buttons { flex-grow: 1;