mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-19 04:31:35 +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:
parent
425225d23d
commit
a6893c8ceb
@ -153,11 +153,11 @@ input[type=number] {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
@media (max-width: 929px) {
|
||||
.MuiDataGrid-columnHeaders + div {
|
||||
.MuiDataGrid-columnHeaders + div {
|
||||
width: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 929px) {
|
||||
.appCenter:has(>div.MuiGrid-root:first-child, >div.MuiBox-root:first-child) {
|
||||
overflow-y: scroll;
|
||||
margin-top: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user