From e8f0af89544591f1adc6561199c154af44cedb84 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 14 Feb 2025 17:39:03 +0200 Subject: [PATCH] feat(zen): hide some more buttons --- src/public/stylesheets/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index a6fea749e..9301d116c 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -1645,14 +1645,21 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container { border-radius: 4px; } +body.zen { + --tab-bar-height: 0; +} + body.zen .gutter, body.zen #launcher-container, +body.zen #launcher-pane > :not(.global-menu), body.zen #left-pane, body.zen #right-pane, body.zen .tab-row-container, +body.zen .tab-row-widget, body.zen .ribbon-container, body.zen .note-icon-widget, -body.zen .title-row .button-widget { +body.zen .title-row .button-widget, +body.zen .floating-buttons { display: none !important; }