Hover text align

This commit is contained in:
Natsumi
2025-08-16 23:43:39 +12:00
parent 9846c01b84
commit 2483f80483
2 changed files with 7 additions and 0 deletions

View File

@@ -964,3 +964,8 @@ i.x-status-icon.red {
.el-switch__core:after {
top: 1.5px;
}
.el-popover {
text-align: left;
word-break: break-word;
}

View File

@@ -296,6 +296,8 @@ div.x-friend-list
}
.el-popover {
text-align: left;
word-break: break-word;
color: $--theme-text-2;
background-color: $--theme-bg-4;
border-color: hsl($--theme-hue, $--theme-saturation, 37%);