Fix my account width on mobile
authorChocobozzz <me@florianbigard.com>
Thu, 20 Sep 2018 13:59:10 +0000 (15:59 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 20 Sep 2018 14:24:58 +0000 (16:24 +0200)
client/src/sass/include/_mixins.scss

index 544f3995764708c89a009f1d66f624ebaefd9dfc..c7aa174ed5aa8b744d1ae5e3edecffcc61e01aa5 100644 (file)
   &::placeholder {
     color: var(--inputPlaceholderColor);
   }
+
+  @media screen and (max-width: $width) {
+    width: 100%;
+  }
 }
 
 @mixin peertube-input-group($width) {