Skip to content

Commit 84f9623

Browse files
committed
feat: Improved font sizes and overall cleanup, b=no-bug, c=folders, tabs
1 parent bf69ac1 commit 84f9623

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

src/zen/folders/zen-folders.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ zen-folder {
308308
border: none !important;
309309
color: var(--sidebar-text-color) !important;
310310
margin: 0 !important;
311-
font-weight: 500;
311+
font-weight: 600;
312312
display: flex;
313313
align-items: center;
314314
height: 100% !important;

src/zen/tabs/zen-tabs/vertical-tabs.css

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -258,32 +258,29 @@
258258
#tabbrowser-tabs {
259259
margin-inline-start: 0 !important;
260260
padding-inline-start: 0 !important;
261-
overflow-y: unset !important; /* Critical: Prevents rendering issues on workspace changes */
262-
overflow-x: clip; /* Clip horizontal overflow */
263-
overflow-clip-margin: var(--zen-toolbox-padding); /* Add margin to clipping area */
261+
overflow-y: unset !important;
262+
overflow-x: clip;
263+
overflow-clip-margin: var(--zen-toolbox-padding);
264264

265265
--focus-outline-color: transparent;
266266

267267
@media (-moz-platform: macos) {
268-
font-size: 1.1rem; /* Slightly larger font on macOS */
268+
font-size: 1.2rem; /* Slightly larger font on macOS */
269269
}
270270

271-
--tab-inner-inline-margin: 0; /* Reset default inner margin */
271+
--tab-inner-inline-margin: 0;
272272

273273
position: relative;
274-
border-bottom: 0px solid transparent !important; /* Remove default bottom border */
274+
border-bottom: 0px solid transparent !important;
275275

276-
/* Define tab variables */
277276
--tab-block-margin: 2px;
278277
--tab-selected-bgcolor: light-dark(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.12));
279278
--tab-selected-shadow: 0 1px 1px 1px light-dark(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.1)) !important;
280-
grid-gap: 0 !important; /* Reset grid gap */
279+
grid-gap: 0 !important;
281280

282-
/* Hide default overflow indicators and the provided separator */
283281
&[overflow]::after,
284-
#vertical-tabs-newtab-button, /* Assuming this is a button *within* #tabbrowser-tabs, but it looks like it's outside */
282+
#vertical-tabs-newtab-button,
285283
#vertical-pinned-tabs-splitter {
286-
/* Selector targets the specific separator ID */
287284
display: none !important;
288285
}
289286

0 commit comments

Comments
 (0)