mirror of https://github.com/Chocobozzz/PeerTube
Fix my account width on mobile
parent
dc27668fce
commit
2860e62e23
|
@ -68,6 +68,10 @@
|
|||
&::placeholder {
|
||||
color: var(--inputPlaceholderColor);
|
||||
}
|
||||
|
||||
@media screen and (max-width: $width) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin peertube-input-group($width) {
|
||||
|
|
Loading…
Reference in New Issue