1
0
Fork 0

Fix my account width on mobile

This commit is contained in:
Chocobozzz 2018-09-20 15:59:10 +02:00
parent dc27668fce
commit 2860e62e23
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@
&::placeholder {
color: var(--inputPlaceholderColor);
}
@media screen and (max-width: $width) {
width: 100%;
}
}
@mixin peertube-input-group($width) {