Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Jan 9, 2024
1 parent 708ea74 commit 8488a9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions html/src/theme.material3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ div[style*='margin: 0px 0px 10px;'] {
/* Input filter */

.el-input--small,
.el-input__inner{
.el-input__inner {
height: 45px !important;
line-height: 45px !important;
}
Expand Down Expand Up @@ -417,7 +417,6 @@ input[type='number'],
padding-right: 16px;
}


/* Typography */

.x-container > .options-container:first-child .header {
Expand Down Expand Up @@ -1335,8 +1334,8 @@ img.x-link.el-popover__reference {
/* Notification position box (for some reason?!) */

// this is awful never do this
*:not(.x-user-dialog, .x-world-dialog, .x-avatar-dialog, .x-group-dialog)
> .el-dialog:not([aria-label*="Notification Position"]) {
*:not(.x-user-dialog, .x-world-dialog, .x-avatar-dialog, .x-group-dialog)
> .el-dialog:not([aria-label*='Notification Position']) {
max-width: 1125px !important;
width: 1125px !important;
}
Expand Down

0 comments on commit 8488a9c

Please sign in to comment.