use the new popup select dialog

This commit is contained in:
MaysWind
2025-03-09 16:23:23 +08:00
parent 2bf8c0b501
commit 639bd9c5cd
12 changed files with 473 additions and 191 deletions
+8
View File
@@ -180,6 +180,14 @@ i.icon.la, i.icon.las, i.icon.lab {
text-overflow: ellipsis;
}
.settings-list .item-inner > .item-after {
max-width: 70%;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
display: block;
}
.login-page-fixed-bottom {
background-color: inherit !important;
}