mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
fix css
This commit is contained in:
parent
0fdb6e7a0d
commit
43c0a2abd9
@ -1,4 +1,4 @@
|
||||
input[type="text"] {
|
||||
input:not([type="checkbox"]) {
|
||||
min-width: 250px;
|
||||
max-width: 90%;
|
||||
}
|
||||
@ -15,7 +15,7 @@ select {
|
||||
|
||||
@media only screen and (min-width:900px) {
|
||||
|
||||
input[type="text"] {
|
||||
input:not([type="checkbox"]) {
|
||||
min-width: 500px
|
||||
}
|
||||
|
||||
|
@ -94,7 +94,7 @@ button {
|
||||
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input:not([type="checkbox"]),
|
||||
select {
|
||||
|
||||
font-size: 1rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user