mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
last minutes touches yes yes yes
This commit is contained in:
@@ -264,7 +264,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& #zen-essentials-container {
|
& #zen-essentials-container {
|
||||||
--tab-min-height: 38px;
|
--tab-min-height: 44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mark: Fix separator paddings */
|
/* Mark: Fix separator paddings */
|
||||||
@@ -767,7 +767,7 @@
|
|||||||
#zen-essentials-container {
|
#zen-essentials-container {
|
||||||
padding-bottom: var(--zen-toolbox-padding);
|
padding-bottom: var(--zen-toolbox-padding);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
gap: 1px;
|
gap: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zen-essentials-container {
|
#zen-essentials-container {
|
||||||
@@ -789,7 +789,7 @@
|
|||||||
border-radius: var(--border-radius-medium);
|
border-radius: var(--border-radius-medium);
|
||||||
|
|
||||||
&:not([selected]) .tab-background {
|
&:not([selected]) .tab-background {
|
||||||
background: light-dark(rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.04));
|
background: light-dark(rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.1));
|
||||||
}
|
}
|
||||||
|
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
Reference in New Issue
Block a user