fiix history side panel not closing

This commit is contained in:
Ahmad Aziz 2025-06-25 16:05:18 +00:00
parent 856819918b
commit 5a16afaa25
2 changed files with 6 additions and 7 deletions

View file

@ -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(#theme-floating_history[theme-floating_history-position="right"]) {
right: 15px; right: 15px;
} }
body:has(#theme-Floating-History[theme-floating_history-position="left"]) { body:has(#theme-floating_history[theme-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(#theme-floating_history[theme-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(#theme-floating_history[theme-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(#theme-floating_history[theme-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(#theme-floating_history[theme-floating_history-position="left"]) {
transform: translateX(-110%) translateY(12%) !important; transform: translateX(-110%) translateY(12%) !important;
} }
} }

View file

@ -3,7 +3,6 @@
"property": "theme.floating_history.position", "property": "theme.floating_history.position",
"label": "Position", "label": "Position",
"type": "dropdown", "type": "dropdown",
"disabledOn": [],
"defaultValue": "right", "defaultValue": "right",
"options": [ "options": [
{ {