mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: add mobile detail sheet styles and improve text overflow handling in vault
This commit is contained in:
@@ -421,6 +421,13 @@
|
|||||||
@apply overflow-visible rounded-2xl border-0 bg-transparent p-0 shadow-none;
|
@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 {
|
.card {
|
||||||
@apply p-3.5;
|
@apply p-3.5;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -628,6 +628,8 @@
|
|||||||
|
|
||||||
.kv-main > strong {
|
.kv-main > strong {
|
||||||
@apply min-w-0;
|
@apply min-w-0;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.totp-inline {
|
.totp-inline {
|
||||||
|
|||||||
Reference in New Issue
Block a user