From 0ea71db628323b93bf11aeb6ac0fe71a1e5b968d Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Thu, 31 Oct 2024 01:35:59 +0100 Subject: [PATCH] Refactor CSS styles for Zen browser UI and tabs - Update the max-width property for #zen-appcontent-wrapper in zen-browser-ui.css to ensure it takes up the full width. - Remove the label display for toolbar buttons in zen-glance.css to improve the visual appearance. - Hide the new tab button in vertical-tabs.css to align with the Zen browser UI design. --- src/browser/base/content/browser-box-inc-xhtml.patch | 4 ++-- src/browser/base/content/zen-styles/zen-browser-ui.css | 4 ++++ src/browser/base/content/zen-styles/zen-glance.css | 4 ++++ .../base/content/zen-styles/zen-tabs/vertical-tabs.css | 4 ++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/browser/base/content/browser-box-inc-xhtml.patch b/src/browser/base/content/browser-box-inc-xhtml.patch index a99d1c97e..499a9128b 100644 --- a/src/browser/base/content/browser-box-inc-xhtml.patch +++ b/src/browser/base/content/browser-box-inc-xhtml.patch @@ -1,12 +1,12 @@ diff --git a/browser/base/content/browser-box.inc.xhtml b/browser/base/content/browser-box.inc.xhtml -index 7f71abe7d80e4c09dd088517ec9ef106c7cb8654..d094aeb36e1595d4d28d518654fb3ba848003c91 100644 +index 7f71abe7d80e4c09dd088517ec9ef106c7cb8654..281a3716d56edda243bfca7ebbe0797d75c844e7 100644 --- a/browser/base/content/browser-box.inc.xhtml +++ b/browser/base/content/browser-box.inc.xhtml @@ -22,7 +22,13 @@