mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
commit
b36258a8c7
3 changed files with 13 additions and 11 deletions
|
@ -14,11 +14,11 @@
|
||||||
height: 80% !important;
|
height: 80% !important;
|
||||||
width: 22em !important;
|
width: 22em !important;
|
||||||
|
|
||||||
body:has(#theme-Floating-History[theme-floating_history-position="right"]) {
|
body:has(#mod-floating_history[mod-floating_history-position="right"]) {
|
||||||
right: 15px;
|
right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:has(#theme-Floating-History[theme-floating_history-position="left"]) {
|
body:has(#mod-floating_history[mod-floating_history-position="left"]) {
|
||||||
left: 15px;
|
left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,11 +43,11 @@
|
||||||
&[hidden="true"] {
|
&[hidden="true"] {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
|
|
||||||
body:has(#theme-Floating-History[theme-floating_history-position="right"]) {
|
body:has(#mod-floating_history[mod-floating_history-position="right"]) {
|
||||||
transform: translateX(110%) translateY(12%) !important;
|
transform: translateX(110%) translateY(12%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:has(#theme-Floating-History[theme-floating_history-position="left"]) {
|
body:has(#mod-floating_history[mod-floating_history-position="left"]) {
|
||||||
transform: translateX(-110%) translateY(12%) !important;
|
transform: translateX(-110%) translateY(12%) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -55,11 +55,11 @@
|
||||||
@starting-style {
|
@starting-style {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
|
|
||||||
body:has(#theme-Floating-History[theme-floating_history-position="right"]) {
|
body:has(#mod-floating_history[mod-floating_history-position="right"]) {
|
||||||
transform: translateX(110%) translateY(12%) !important;
|
transform: translateX(110%) translateY(12%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:has(#theme-Floating-History[theme-floating_history-position="left"]) {
|
body:has(#mod-floating_history[mod-floating_history-position="left"]) {
|
||||||
transform: translateX(-110%) translateY(12%) !important;
|
transform: translateX(-110%) translateY(12%) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"property": "theme.floating_history.position",
|
"property": "mod.floating_history.position",
|
||||||
"label": "Position",
|
"label": "Position",
|
||||||
"type": "dropdown",
|
"type": "dropdown",
|
||||||
"disabledOn": [],
|
|
||||||
"defaultValue": "right",
|
"defaultValue": "right",
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,9 +6,12 @@
|
||||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css",
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css",
|
||||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md",
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md",
|
||||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/image.png",
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/image.png",
|
||||||
|
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json",
|
||||||
"author": "ahmaadaziz",
|
"author": "ahmaadaziz",
|
||||||
"createdAt": "2024-10-12",
|
"createdAt": "2024-10-12",
|
||||||
"updatedAt": "2025-05-21",
|
"updatedAt": "2025-06-25",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"tags": []
|
"tags": [
|
||||||
|
"history"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue