Small fixes

This commit is contained in:
Natsumi
2024-01-17 07:14:27 +13:00
parent 3204a5d012
commit bc0f93e782
6 changed files with 121 additions and 94 deletions

View File

@@ -1335,7 +1335,9 @@ img.x-link.el-popover__reference {
// 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']) {
> .el-dialog:not([aria-label*='Notification Position']):not(
[aria-label*='Launch']
):not([aria-label*='VRCX Updater']) {
max-width: 1125px !important;
width: 1125px !important;
}