mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-21 12:49:02 +00:00
Fix order book alignement in iOS (#127)
This commit is contained in:
parent
e4e33d39f5
commit
ce1cf4ef99
@ -135,4 +135,10 @@ input[type=number] {
|
|||||||
filter: drop-shadow(0.5px 0.5px 0.5px #000000);
|
filter: drop-shadow(0.5px 0.5px 0.5px #000000);
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiButton-textInherit {color : '#111111';}
|
.MuiButton-textInherit {color : '#111111';}
|
||||||
|
|
||||||
|
@media (max-width: 929px) {
|
||||||
|
.MuiDataGrid-columnHeaders + div {
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user