[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:
parent
a88df9b259
commit
d6a5274bb9
11 changed files with 15 additions and 898 deletions
|
@ -30,7 +30,7 @@ function theme_post(App $a)
|
|||
|
||||
function theme_admin_post(App $a)
|
||||
{
|
||||
if (!local_user()) {
|
||||
if (!is_site_admin()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue