dev: Disabled some trivial fixes for simplicity
This commit is contained in:
parent
72cc664480
commit
309abc2dc3
1 changed files with 3 additions and 7 deletions
|
|
@ -224,11 +224,6 @@ html {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card.show-animation:focus>.cardBox {
|
|
||||||
-webkit-transform: scale(1.125);
|
|
||||||
transform: scale(1.125);
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir=ltr] .itemsContainer>.card>.cardBox {
|
[dir=ltr] .itemsContainer>.card>.cardBox {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
@ -1912,10 +1907,10 @@ progress+span {
|
||||||
border: unset;
|
border: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:has(.dialog.dialog-fixedSize.opened,
|
/* body:has(.dialog.dialog-fixedSize.opened,
|
||||||
.dialog.dialog-fullscreen-lowres.opened) {
|
.dialog.dialog-fullscreen-lowres.opened) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
} */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -3524,6 +3519,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
.headerTop {
|
.headerTop {
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
/* this removes different padding set on different layouts in various media queries */
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: var(--appBarHeight);
|
height: var(--appBarHeight);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue