mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 15:10:54 +03:00
fixed password input style on small screens
This commit is contained in:
@@ -35,8 +35,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-device-width: 520px), (max-width: 520px) {
|
@media (max-device-width: 520px), (max-width: 520px) {
|
||||||
.passwordInput {
|
.passwordInput__form {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: inherit;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user