modify language select style

This commit is contained in:
MaysWind
2025-03-07 01:47:27 +08:00
parent 47f70098df
commit beeeb1c059
25 changed files with 250 additions and 251 deletions
+14
View File
@@ -166,6 +166,20 @@ i.icon.la, i.icon.las, i.icon.lab {
overflow-y: auto;
}
.lang-popover-menu .popover-inner .item-title {
display: flex;
flex-shrink: 0;
overflow: inherit;
text-overflow: inherit;
}
.lang-popover-menu .popover-inner .item-after {
display: block;
flex-shrink: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.login-page-fixed-bottom {
background-color: inherit !important;
}