mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
removed chrome checking
This commit is contained in:
parent
ed6a5f41a5
commit
d3a0c488ad
1 changed files with 135 additions and 140 deletions
|
@ -1,4 +1,3 @@
|
|||
@-moz-document url-prefix("chrome:") {
|
||||
#vertical-pinned-tabs-container > .zen-workspace-tabs-section[hidden="true"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -109,10 +108,7 @@
|
|||
padding: 0px 0px;
|
||||
z-index: -100;
|
||||
font-weight: var(--bold-text, normal);
|
||||
font-size: var(
|
||||
--font_size,
|
||||
80%
|
||||
); /* Default font size (same as "Small") */
|
||||
font-size: var(--font_size, 80%); /* Default font size (same as "Small") */
|
||||
color: var(--number_color, inherit); /* Fallback to default color */
|
||||
} /* Put tab numbers on the left side when compact_side="Left" (AND in compact mode) */
|
||||
:root:has(#theme-Tab-Numbers[uc-theme-compact_side="Left"]) {
|
||||
|
@ -182,4 +178,3 @@
|
|||
:root:has(#theme-Tab-Numbers[uc-theme-background_shape="Circle"]) {
|
||||
--background_shape: 50%; /* Perfect Circle */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue