mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Lint
This commit is contained in:
@@ -229,7 +229,7 @@ div[style*='margin: 0px 0px 10px;'] {
|
|||||||
/* Input filter */
|
/* Input filter */
|
||||||
|
|
||||||
.el-input--small,
|
.el-input--small,
|
||||||
.el-input__inner{
|
.el-input__inner {
|
||||||
height: 45px !important;
|
height: 45px !important;
|
||||||
line-height: 45px !important;
|
line-height: 45px !important;
|
||||||
}
|
}
|
||||||
@@ -417,7 +417,6 @@ input[type='number'],
|
|||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Typography */
|
/* Typography */
|
||||||
|
|
||||||
.x-container > .options-container:first-child .header {
|
.x-container > .options-container:first-child .header {
|
||||||
@@ -1335,8 +1334,8 @@ img.x-link.el-popover__reference {
|
|||||||
/* Notification position box (for some reason?!) */
|
/* Notification position box (for some reason?!) */
|
||||||
|
|
||||||
// this is awful never do this
|
// this is awful never do this
|
||||||
*:not(.x-user-dialog, .x-world-dialog, .x-avatar-dialog, .x-group-dialog)
|
*: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']) {
|
||||||
max-width: 1125px !important;
|
max-width: 1125px !important;
|
||||||
width: 1125px !important;
|
width: 1125px !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user