mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Merge f38272bc4c
into b36258a8c7
This commit is contained in:
commit
17ded98975
4 changed files with 55 additions and 0 deletions
35
themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/chrome.css
Normal file
35
themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/chrome.css
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
BIN
themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/image.png
Normal file
BIN
themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
6
themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/readme.md
Normal file
6
themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/readme.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
# Zen Floating Toast
|
||||
|
||||
A simple Zen mod to make the toast more elegant and zen-like.
|
||||
|
||||

|
14
themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/theme.json
Normal file
14
themes/796d80d6-9c3f-4db8-bb01-2fcb2505bd39/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue