chore: Update zen-browser-container.css for webview border radius

This commit is contained in:
Mauro Balades
2024-08-22 09:50:44 +02:00
parent 7dd3e08409
commit 31fb9296c7

View File

@@ -4,8 +4,8 @@
width: -moz-available;
margin: 0 var(--zen-element-separation) var(--zen-element-separation) 0;
box-shadow: 0 0 0 1px var(--zen-colors-border);
clip-path: inset(-5px -5px -5px round var(--zen-border-radius));
border-radius: var(--zen-border-radius);
clip-path: inset(-5px -5px -5px round var(--zen-webview-border-radius, var(--zen-border-radius)));
border-radius: var(--zen-webview-border-radius, var(--zen-border-radius));
transform: translate3d(0, 0, 0);
overflow: hidden;
}