diff --git a/js/prefs.js b/js/prefs.js
index 52e2ad7a..3b39cf85 100644
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -28,9 +28,9 @@ self.prefs = self.INJECTED === 1 ? self.prefs : (() => {
'manage.onlyLocal.invert': false, // display only externally installed styles
'manage.onlyUsercss.invert': false, // display only non-usercss (standard) styles
// UI element state: expanded/collapsed
+ 'manage.actions.expanded': true,
'manage.backup.expanded': true,
'manage.filters.expanded': true,
- 'manage.options.expanded': true,
// the new compact layout doesn't look good on Android yet
'manage.newUI': !navigator.appVersion.includes('Android'),
'manage.newUI.favicons': false, // show favicons for the sites in applies-to
diff --git a/manage.html b/manage.html
index dad506b6..6744d802 100644
--- a/manage.html
+++ b/manage.html
@@ -278,8 +278,11 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/manage/manage.css b/manage/manage.css
index 31f2b325..ef4d0279 100644
--- a/manage/manage.css
+++ b/manage/manage.css
@@ -285,14 +285,6 @@ a:hover {
margin-top: .5rem;
}
-#options-buttons {
- display: flex;
- flex-wrap: wrap;
- padding-top: .1rem;
-}
-
-#options-buttons > a,
-#options-buttons > button,
#backup-buttons button {
margin: 0 .2rem .5rem 0;
}
@@ -695,65 +687,6 @@ a:hover {
filter: grayscale(0);
}
-#newUIoptions {
- display: none;
-}
-
-.newUI #newUIoptions {
- display: initial;
-}
-
-#newUIoptions > * {
- display: flex;
- align-items: center;
- margin-bottom: auto;
- flex-wrap: wrap;
- position: relative;
-}
-
-#newUIoptions input[type="number"] {
- width: 3em;
- margin-right: .5em;
-}
-
-#newUIoptions [data-toggle-on-click="#faviconsHelp"] {
- width: 14px;
- height: 14px;
- display: inline-block;
- vertical-align: middle;
- position: relative;
- top: -1px;
-}
-
-#newUIoptions [data-toggle-on-click] > svg {
- position: static;
-}
-
-#newUIoptions [data-toggle-on-click]:not([open]) > svg {
- /* note: without ">" FF52 also transforms the nested svg inside