mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-26 00:23:21 +00:00
Fix order book alignement in iOS (#127)
This commit is contained in:
@ -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;
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user