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;
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;
}
body:has(#theme-Floating-History[theme-floating_history-position="left"]) {
body:has(#theme-floating_history[theme-floating_history-position="left"]) {
left: 15px;
}
@ -43,11 +43,11 @@
&[hidden="true"] {
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;
}
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;
}
}
@ -55,11 +55,11 @@
@starting-style {
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;
}
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;
}
}

View file

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