More theme selector adjustments

master
Skylar Ittner 6 years ago
parent bd92b31637
commit dba9b96c55

@ -30,7 +30,8 @@ define("PAGES", [
"sitesettings" => [
"title" => "settings",
"styles" => [
"static/css/themeselector.css"
"static/css/sane_columns.css",
"static/css/themeselector.css",
],
"scripts" => [
"static/js/sitesettings.js"

@ -39,6 +39,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
}
.colorSelector {
max-height: 50vh;
overflow-y: auto;
max-height: 70vh;
overflow-y: scroll;
}
Loading…
Cancel
Save