mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21:35 +00:00
Update mobile CSS
This commit is contained in:
parent
68f35b3d35
commit
4362530b77
@ -6,6 +6,24 @@ body {
|
|||||||
font-family: 'Roboto';
|
font-family: 'Roboto';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body {
|
||||||
|
background: rgb(0, 0, 0);
|
||||||
|
}
|
||||||
|
.loaderSpinner {
|
||||||
|
color: #90caf9;
|
||||||
|
}
|
||||||
|
.loaderSpinner:before {
|
||||||
|
background: rgb(0, 0, 0);
|
||||||
|
}
|
||||||
|
.loaderSpinner:after {
|
||||||
|
background: rgb(0, 0, 0);
|
||||||
|
}
|
||||||
|
.slider {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -151,11 +169,12 @@ input[type='number'] {
|
|||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 929px) {
|
@media (max-height: 725px) and (max-width: 925px) {
|
||||||
.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: auto;
|
||||||
margin-top: 12px;
|
margin-top: 1em;
|
||||||
padding-bottom: 25px;
|
padding-bottom: 3em;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user