This commit is contained in:
Zen Release Bot 2025-06-25 14:16:53 -04:00 committed by GitHub
commit 17ded98975
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,35 @@
#zen-toast-container {
top: 8px !important;
display: block;
:root:not([zen-right-side="true"]) & {
right: 8px !important;
}
:root[zen-right-side="true"] & {
left: 8px !important;
}
& .zen-toast {
:root[zen-right-side="true"] & {
translate: 0 !important;
}
background: var(--zen-colors-tertiary) !important;
border: 1px solid var(--zen-colors-secondary) !important;
color: var(--zen-colors-secondary) !important;
padding: 2px !important;
font-size: 12px !important;
margin: 0px !important;
position: static !important;
:root[zen-right-side="true"] & {
transform-origin: top left !important;
}
:root:not([zen-right-side="true"]) & {
transform-origin: top right !important;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -0,0 +1,6 @@
# Zen Floating Toast
A simple Zen mod to make the toast more elegant and zen-like.
![Screenshot](https://raw.githubusercontent.com/bobbymannino/zen-floating-toast/b691df8e5317c062c6d9488ad3bfac0194886e0c/screenshot.png)

View file

@ -0,0 +1,14 @@
{
"id": "796d80d6-9c3f-4db8-bb01-2fcb2505bd39",
"name": "Zen Floating Toast",
"description": "A simple Zen mod to make the toast more elegant and zen-like.",
"homepage": "https://github.com/bobbymannino/zen-floating-toast/tree/main",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/image.png",
"author": "bobbymannino",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-12",
"updatedAt": "2025-05-12"
}