diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-20 15:59:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-20 16:24:58 +0200 |
commit | 2860e62e236bb74102fe22f91a300dfeb9a06f40 (patch) | |
tree | 19b58f667d556d0551abc195f9f65100001993f4 | |
parent | dc27668fceb1d0270c391c93c3bbc95d12e83218 (diff) | |
download | PeerTube-2860e62e236bb74102fe22f91a300dfeb9a06f40.tar.gz PeerTube-2860e62e236bb74102fe22f91a300dfeb9a06f40.tar.zst PeerTube-2860e62e236bb74102fe22f91a300dfeb9a06f40.zip |
Fix my account width on mobile
-rw-r--r-- | client/src/sass/include/_mixins.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 544f39957..c7aa174ed 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -68,6 +68,10 @@ | |||
68 | &::placeholder { | 68 | &::placeholder { |
69 | color: var(--inputPlaceholderColor); | 69 | color: var(--inputPlaceholderColor); |
70 | } | 70 | } |
71 | |||
72 | @media screen and (max-width: $width) { | ||
73 | width: 100%; | ||
74 | } | ||
71 | } | 75 | } |
72 | 76 | ||
73 | @mixin peertube-input-group($width) { | 77 | @mixin peertube-input-group($width) { |