From 54be33b5d2d6c748f32e82670d9b66b9699b7960 Mon Sep 17 00:00:00 2001 From: heyarne Date: Sat, 2 Jan 2021 11:52:41 +0100 Subject: Vertically center open utils bar in compact mode Signed-off-by: heyarne --- css/content.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css') diff --git a/css/content.css b/css/content.css index 29698afd4..4307bf5f6 100644 --- a/css/content.css +++ b/css/content.css @@ -239,6 +239,10 @@ opacity: 0.9; } +#app-content .compact .open .utils { + padding-top: 15px; +} + #app-content .utils ul { height: 40px; list-style-type: none; -- cgit v1.2.3