Fix my account width on mobile
This commit is contained in:
parent
dc27668fce
commit
2860e62e23
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: var(--inputPlaceholderColor);
|
color: var(--inputPlaceholderColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: $width) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin peertube-input-group($width) {
|
@mixin peertube-input-group($width) {
|
||||||
|
|
Loading…
Reference in a new issue