diff --git a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css index 08471537..ec58d1a4 100644 --- a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css +++ b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css @@ -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; } } diff --git a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json index 0853bcca..ae814395 100644 --- a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json +++ b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json @@ -3,7 +3,6 @@ "property": "theme.floating_history.position", "label": "Position", "type": "dropdown", - "disabledOn": [], "defaultValue": "right", "options": [ {