From 5390514c131bed202634c55f7ca9a0cc87748155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 12 Nov 2024 14:13:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(browser):=20hide=20current=20?= =?UTF-8?q?workspace=20indicator=20from=20zen-browser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/browser/chrome/zen-userChrome.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/browser/chrome/zen-userChrome.css b/.config/browser/chrome/zen-userChrome.css index d13059da..12eed56a 100644 --- a/.config/browser/chrome/zen-userChrome.css +++ b/.config/browser/chrome/zen-userChrome.css @@ -54,8 +54,12 @@ } } -/* Hide some buttons */ +/* Hide some things */ #back-button, #forward-button { display: none !important; } + +#zen-current-workspace-indicator { + display: none !important; +}