1
0
Fork 0

[frio] Update theme settings form for use in embed mode

- Replace jRange with native slider to prevent overflowing on the right in embed mode
- Move color swatch to the left of colorinput fields to prevent overflowing on the right in embed mode
This commit is contained in:
Hypolite Petovan 2019-04-25 22:17:04 -04:00
commit d6a5274bb9
11 changed files with 15 additions and 898 deletions

View file

@ -30,7 +30,7 @@ function theme_post(App $a)
function theme_admin_post(App $a)
{
if (!local_user()) {
if (!is_site_admin()) {
return;
}