|
258 | 258 | #tabbrowser-tabs {
|
259 | 259 | margin-inline-start: 0 !important;
|
260 | 260 | 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); |
264 | 264 |
|
265 | 265 | --focus-outline-color: transparent;
|
266 | 266 |
|
267 | 267 | @media (-moz-platform: macos) {
|
268 |
| - font-size: 1.1rem; /* Slightly larger font on macOS */ |
| 268 | + font-size: 1.2rem; /* Slightly larger font on macOS */ |
269 | 269 | }
|
270 | 270 |
|
271 |
| - --tab-inner-inline-margin: 0; /* Reset default inner margin */ |
| 271 | + --tab-inner-inline-margin: 0; |
272 | 272 |
|
273 | 273 | position: relative;
|
274 |
| - border-bottom: 0px solid transparent !important; /* Remove default bottom border */ |
| 274 | + border-bottom: 0px solid transparent !important; |
275 | 275 |
|
276 |
| - /* Define tab variables */ |
277 | 276 | --tab-block-margin: 2px;
|
278 | 277 | --tab-selected-bgcolor: light-dark(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.12));
|
279 | 278 | --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; |
281 | 280 |
|
282 |
| - /* Hide default overflow indicators and the provided separator */ |
283 | 281 | &[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, |
285 | 283 | #vertical-pinned-tabs-splitter {
|
286 |
| - /* Selector targets the specific separator ID */ |
287 | 284 | display: none !important;
|
288 | 285 | }
|
289 | 286 |
|
|
0 commit comments