diff options
author | Malf Furious <m@lfurio.us> | 2019-03-22 00:02:32 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2019-03-22 00:02:32 -0400 |
commit | 6e11d642995e2b2644464ef0bb21528e5e0c2456 (patch) | |
tree | faef4fc40be9d49a0445cef6e194dc9e4043ffd4 /app/view | |
parent | 5b67e8791194bf9b6fb6e1d607a0cd1770ff1b93 (diff) | |
parent | 098720c46e351ab41295ad451b8d70e7f794ee4d (diff) | |
download | scrott-6e11d642995e2b2644464ef0bb21528e5e0c2456.tar.gz scrott-6e11d642995e2b2644464ef0bb21528e5e0c2456.zip |
Merge branch 'bg-thumbnail'
Diffstat (limited to '')
-rw-r--r-- | app/view/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/settings.php b/app/view/settings.php index 21b75ba..a5dc9d8 100644 --- a/app/view/settings.php +++ b/app/view/settings.php @@ -78,7 +78,7 @@ require_once "class/user.class.php"; <?php } ?> <?php function image(\obj $obj, string $type, string $label) : void { ?> - <div class="col-md-6 text-center"> + <div class="col-xs-6 text-center"> <?php if ($type == "head") { ?> <?=\datalsts\objHeadCircle($obj, 100)?> <?php $d = (!$obj->hasHeadImg() ? "disabled" : ""); ?> |