mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-20 01:33:15 +00:00
Change css to fix order book alignment in safari desktop (#225)
Changing css to fix order book alignement in safari desktop
This commit is contained in:
@ -153,11 +153,11 @@ input[type=number] {
|
|||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 929px) {
|
|
||||||
.MuiDataGrid-columnHeaders + div {
|
.MuiDataGrid-columnHeaders + div {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 929px) {
|
||||||
.appCenter:has(>div.MuiGrid-root:first-child, >div.MuiBox-root:first-child) {
|
.appCenter:has(>div.MuiGrid-root:first-child, >div.MuiBox-root:first-child) {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
Reference in New Issue
Block a user