projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc27668
)
Fix my account width on mobile
author
Chocobozzz
<me@florianbigard.com>
Thu, 20 Sep 2018 13:59:10 +0000
(15:59 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 20 Sep 2018 14:24:58 +0000
(16:24 +0200)
client/src/sass/include/_mixins.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/include/_mixins.scss
b/client/src/sass/include/_mixins.scss
index 544f3995764708c89a009f1d66f624ebaefd9dfc..c7aa174ed5aa8b744d1ae5e3edecffcc61e01aa5 100644
(file)
--- a/
client/src/sass/include/_mixins.scss
+++ b/
client/src/sass/include/_mixins.scss
@@
-68,6
+68,10
@@
&::placeholder {
color: var(--inputPlaceholderColor);
}
+
+ @media screen and (max-width: $width) {
+ width: 100%;
+ }
}
@mixin peertube-input-group($width) {