mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
fiix history side panel not closing
This commit is contained in:
parent
856819918b
commit
5a16afaa25
2 changed files with 6 additions and 7 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(#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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue