1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00

fix: Width issues on mobile

This commit is contained in:
Sayantan Santra 2024-03-18 15:23:12 -05:00
parent b0603f62b4
commit 3be2862e9f
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

@ -84,6 +84,10 @@ dialog form {
/* Settings for mobile devices */
@media (pointer:none),
(pointer:coarse) {
.container {
max-width: 100vw;
}
.pure-control-group input {
width: 98%;
}