More theme selector adjustments

This commit is contained in:
Skylar Ittner 2018-05-16 17:22:24 -06:00
parent bd92b31637
commit dba9b96c55
2 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -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;
}