command line media queries

This commit is contained in:
Miodec 2021-04-16 20:13:46 +01:00
parent 033131aa00
commit 3ae3f59694

View file

@ -89,7 +89,7 @@
#commandLine,
#commandLineInput {
width: 500px !important;
width: 600px !important;
}
}
@ -132,10 +132,6 @@
}
}
#commandLine,
#commandLineInput {
width: 400px !important;
}
#centerContent {
.pageSettings .section.themes .buttons,
@ -175,6 +171,10 @@
}
}
}
#commandLine,
#commandLineInput {
width: 500px !important;
}
}
@ -230,6 +230,10 @@
}
}
}
#commandLine,
#commandLineInput {
width: 400px !important;
}
}
@media only screen and (max-width: 400px) {
@ -252,6 +256,11 @@
font-size: .65rem;
}
#commandLine,
#commandLineInput {
width: 300px !important;
}
}
@media (hover: none) and (pointer: coarse) {