mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
Hover text align
This commit is contained in:
@@ -964,3 +964,8 @@ i.x-status-icon.red {
|
|||||||
.el-switch__core:after {
|
.el-switch__core:after {
|
||||||
top: 1.5px;
|
top: 1.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-popover {
|
||||||
|
text-align: left;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|||||||
@@ -296,6 +296,8 @@ div.x-friend-list
|
|||||||
}
|
}
|
||||||
|
|
||||||
.el-popover {
|
.el-popover {
|
||||||
|
text-align: left;
|
||||||
|
word-break: break-word;
|
||||||
color: $--theme-text-2;
|
color: $--theme-text-2;
|
||||||
background-color: $--theme-bg-4;
|
background-color: $--theme-bg-4;
|
||||||
border-color: hsl($--theme-hue, $--theme-saturation, 37%);
|
border-color: hsl($--theme-hue, $--theme-saturation, 37%);
|
||||||
|
|||||||
Reference in New Issue
Block a user