Update: 2026-07-25 01:38:11
This commit is contained in:
@@ -1181,3 +1181,34 @@ h1, h2, h3, h4, h5, h6 {
|
||||
color: var(--text-subtle);
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
/* Inline search + clickable rows */
|
||||
.search-inline {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
min-width: 260px;
|
||||
}
|
||||
|
||||
.search-inline .form-input {
|
||||
padding-left: 1rem;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
.row-clickable { cursor: pointer; }
|
||||
.row-clickable:hover { background: rgba(99, 102, 241, 0.08) !important; }
|
||||
|
||||
.load-more {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 1rem 0 0.25rem;
|
||||
}
|
||||
|
||||
.decrypt-area {
|
||||
padding: 0.85rem 1rem;
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
|
||||
font-size: 0.8rem;
|
||||
resize: vertical;
|
||||
min-height: 84px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user