fixed error when background set to None added material color scheme colors fixed mobile issues
18 lines
317 B
CSS
18 lines
317 B
CSS
|
|
@media (min-width: 990px)
|
|
{
|
|
body {
|
|
overflow: hidden !important;
|
|
}
|
|
}
|
|
|
|
.settings-page-card {
|
|
max-height: calc(100vh - 30px);
|
|
min-height: calc(100vh - 30px);
|
|
}
|
|
|
|
#apps .dropdown-content {
|
|
border-top-left-radius: 0px;
|
|
border-top-right-radius: 0px;
|
|
background: var(--theme-surface-1);
|
|
} |