mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 01:06:46 +00:00
fix: Width issues on mobile
This commit is contained in:
parent
b0603f62b4
commit
3be2862e9f
@ -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%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user