feat: add mobile detail sheet styles and improve text overflow handling in vault

This commit is contained in:
shuaiplus
2026-05-06 22:11:14 +08:00
parent a06853835d
commit 429b747710
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -421,6 +421,13 @@
@apply overflow-visible rounded-2xl border-0 bg-transparent p-0 shadow-none;
}
.mobile-detail-sheet.detail-col {
overflow-x: hidden;
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
.card {
@apply p-3.5;
}
+2
View File
@@ -628,6 +628,8 @@
.kv-main > strong {
@apply min-w-0;
overflow-wrap: anywhere;
word-break: break-word;
}
.totp-inline {