mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +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;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
"property": "theme.floating_history.position",
|
||||
"label": "Position",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"defaultValue": "right",
|
||||
"options": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue