aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-20 15:59:10 +0200
committerChocobozzz <me@florianbigard.com>2018-09-20 16:24:58 +0200
commit2860e62e236bb74102fe22f91a300dfeb9a06f40 (patch)
tree19b58f667d556d0551abc195f9f65100001993f4 /client/src/sass
parentdc27668fceb1d0270c391c93c3bbc95d12e83218 (diff)
downloadPeerTube-2860e62e236bb74102fe22f91a300dfeb9a06f40.tar.gz
PeerTube-2860e62e236bb74102fe22f91a300dfeb9a06f40.tar.zst
PeerTube-2860e62e236bb74102fe22f91a300dfeb9a06f40.zip
Fix my account width on mobile
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/include/_mixins.scss4
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) {