We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27499f9 commit 7ed3f6aCopy full SHA for 7ed3f6a
1 file changed
qa-theme/SnowFlat/qa-styles.css
@@ -1812,6 +1812,16 @@ input[type="submit"], button {
1812
cursor: pointer;
1813
text-align: center;
1814
}
1815
+@media (max-width: 479px) {
1816
+ input[type="file"] {
1817
+ max-width: 220px;
1818
+ }
1819
+}
1820
+@media (max-width: 359px) {
1821
1822
+ max-width: 180px;
1823
1824
1825
1826
[class^="qa-part-form"],
1827
[class^="qa-part-custom"] {
0 commit comments