summaryrefslogtreecommitdiffstats
path: root/app/view/settings.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2019-03-22 00:02:32 -0400
committerMalf Furious <m@lfurio.us>2019-03-22 00:02:32 -0400
commit6e11d642995e2b2644464ef0bb21528e5e0c2456 (patch)
treefaef4fc40be9d49a0445cef6e194dc9e4043ffd4 /app/view/settings.php
parent5b67e8791194bf9b6fb6e1d607a0cd1770ff1b93 (diff)
parent098720c46e351ab41295ad451b8d70e7f794ee4d (diff)
downloadscrott-6e11d642995e2b2644464ef0bb21528e5e0c2456.tar.gz
scrott-6e11d642995e2b2644464ef0bb21528e5e0c2456.zip
Merge branch 'bg-thumbnail'
Diffstat (limited to 'app/view/settings.php')
-rw-r--r--app/view/settings.php2
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" : ""); ?>