From 5d7b02ca0889ce8f8d516a6d02911445b2773c5d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 9 Oct 2022 12:36:26 +0200 Subject: [PATCH] calamares: fix for logo spacing in left wizard panel --- calamares/etc/calamares/branding/openmamba/stylesheet.qss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/calamares/etc/calamares/branding/openmamba/stylesheet.qss b/calamares/etc/calamares/branding/openmamba/stylesheet.qss index c5341ee..da53579 100644 --- a/calamares/etc/calamares/branding/openmamba/stylesheet.qss +++ b/calamares/etc/calamares/branding/openmamba/stylesheet.qss @@ -24,6 +24,11 @@ object names (ids), which you can find through debugging tools. #sidebarMenuApp { } */ +#logoApp { + margin-bottom:20px; + min-height:80px; +} + /* Partitioning module. #bootInfoIcon { }