mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-17 22:18:17 +00:00
chore: Update network preferences and buffers
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
width: -moz-available;
|
||||
margin: 0 var(--zen-element-separation) var(--zen-element-separation) 0;
|
||||
box-shadow: 0 0 0 1px var(--zen-colors-border);
|
||||
/* We can't use a border radius here because it brings performance issues,
|
||||
so we use a clip-path instead */
|
||||
clip-path: inset(0% 0 0% 0 round var(--zen-border-radius));
|
||||
clip-path: inset(-5px -5px -5px round var(--zen-border-radius));
|
||||
border-radius: var(--zen-border-radius);
|
||||
transform: translate3d(0, 0, 0);
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user