about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2017-11-21 19:00:07 -0800
committerkibigo! <marrus-sh@users.noreply.github.com>2017-11-21 19:00:07 -0800
commit2585649b207d66b06133d1b5e151c2043fe30656 (patch)
tree94046cb6240f7c437861ef45691490323632b53e
parent12c0011fee2594a023bc7417e7023216d61dcd7d (diff)
Styling fixes
-rw-r--r--app/javascript/themes/glitch/styles/_mixins.scss1
-rw-r--r--app/javascript/themes/glitch/styles/components.scss16
2 files changed, 9 insertions, 8 deletions
diff --git a/app/javascript/themes/glitch/styles/_mixins.scss b/app/javascript/themes/glitch/styles/_mixins.scss
index 79a8149fd..102723e39 100644
--- a/app/javascript/themes/glitch/styles/_mixins.scss
+++ b/app/javascript/themes/glitch/styles/_mixins.scss
@@ -46,6 +46,7 @@
     margin-left: -22px;
     margin-right: -22px;
     width: inherit;
+    max-width: none;
     height: 250px;
   }
 }
diff --git a/app/javascript/themes/glitch/styles/components.scss b/app/javascript/themes/glitch/styles/components.scss
index 3be8db4b4..ade8df018 100644
--- a/app/javascript/themes/glitch/styles/components.scss
+++ b/app/javascript/themes/glitch/styles/components.scss
@@ -1058,6 +1058,14 @@
     color: $ui-secondary-color;
   }
 
+  .account__avatar {
+    @include avatar-radius();
+    @include avatar-size(90px);
+    display: block;
+    margin: 0 auto 10px;
+    overflow: hidden;
+  }
+
   .account__header__display-name {
     color: $primary-text-color;
     display: inline-block;
@@ -1248,14 +1256,6 @@
   }
 }
 
-.account__header__avatar {
-  @include avatar-radius();
-  @include avatar-size(90px);
-  display: block;
-  margin: 0 auto 10px;
-  overflow: hidden;
-}
-
 .account-authorize {
   padding: 14px 10px;