Skip to content

Commit

Permalink
fixed notification selection menu being compressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Myrkie committed Dec 23, 2023
1 parent 1fb6d92 commit 200af23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions html/src/theme.material3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {
--md-sys-color-surface: 28, 27, 31;
--md-sys-color-on-surface: 230, 225, 229;
--md-sys-color-surface-variant: 73, 69, 79;
--md-sys-color-on-surface-variant: 202, 196, 208;
--md-sys-color-on-surface-variant: 220, 213, 227;
--md-sys-color-background: 28, 27, 31;
--md-sys-color-on-background: 230, 225, 229;
--md-sys-color-outline: 147, 143, 153;
Expand Down Expand Up @@ -1318,7 +1318,6 @@ img.x-link.el-popover__reference {
}
*:not(.x-user-dialog, .x-world-dialog, .x-avatar-dialog, .x-group-dialog)
> .el-dialog {
width: auto !important;
max-width: 1125px !important;
}
*:not(.x-user-dialog, .x-world-dialog, .x-avatar-dialog, .x-group-dialog)
Expand Down Expand Up @@ -1387,7 +1386,7 @@ img.x-link.el-popover__reference {
}
.el-message-box__content > *,
.el-dialog__body > * {
padding-right: 8px;
height: 0% !important;
}

.el-message-box__btns .el-button,
Expand Down

0 comments on commit 200af23

Please sign in to comment.