mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
fix: Fixed toasts not showing on right side tabs, b=(closes #8143), c=common
This commit is contained in:
@@ -350,6 +350,10 @@ menuitem {
|
||||
}
|
||||
|
||||
& .zen-toast {
|
||||
:root[zen-right-side='true'] & {
|
||||
translate: 100%;
|
||||
}
|
||||
|
||||
padding: 10px;
|
||||
border-radius: 12px;
|
||||
background: linear-gradient(
|
||||
|
||||
Reference in New Issue
Block a user