mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -06:00
fix: Width issues on mobile
This commit is contained in:
parent
b0603f62b4
commit
3be2862e9f
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ dialog form {
|
||||||
/* Settings for mobile devices */
|
/* Settings for mobile devices */
|
||||||
@media (pointer:none),
|
@media (pointer:none),
|
||||||
(pointer:coarse) {
|
(pointer:coarse) {
|
||||||
|
.container {
|
||||||
|
max-width: 100vw;
|
||||||
|
}
|
||||||
|
|
||||||
.pure-control-group input {
|
.pure-control-group input {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue