fix code quality issues

This commit is contained in:
まっちゃとーにゅ 2024-01-16 06:10:21 +09:00
parent 7986f934e6
commit 0294933edf
No known key found for this signature in database
GPG key ID: 143DE582A97FE052
2 changed files with 1 additions and 4 deletions

View file

@ -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 {

View file

@ -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));