fix code quality issues
This commit is contained in:
parent
7986f934e6
commit
0294933edf
|
@ -284,7 +284,6 @@ onDeactivated(() => {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hiddenTextWrapper {
|
.hiddenTextWrapper {
|
||||||
|
|
|
@ -406,7 +406,6 @@ onDeactivated(() => {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hiddenTextWrapper {
|
.hiddenTextWrapper {
|
||||||
|
@ -466,7 +465,6 @@ onDeactivated(() => {
|
||||||
grid-template-columns: auto auto 1fr auto auto;
|
grid-template-columns: auto auto 1fr auto auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 4px 8px;
|
gap: 4px 8px;
|
||||||
pointer-events: none;
|
|
||||||
|
|
||||||
padding: 35px 10px 10px 10px;
|
padding: 35px 10px 10px 10px;
|
||||||
background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, .75));
|
background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, .75));
|
||||||
|
|
Loading…
Reference in a new issue