fix(postcards): move notes to right side before action buttons in list, use dl grid format in detail page
This commit is contained in:
@@ -135,7 +135,6 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
|
||||
.detail-meta dl { display: grid; grid-template-columns: auto 1fr; gap: .3rem 1rem; }
|
||||
.detail-meta dt { font-weight: 600; font-size: .78rem; color: var(--text-muted); }
|
||||
.detail-meta dd { font-size: .85rem; }
|
||||
.detail-notes { margin-top: .75rem; padding: .5rem .75rem; background: var(--bg); border-radius: 6px; font-size: .8rem; color: var(--text-muted); white-space: pre-wrap; word-break: break-word; }
|
||||
|
||||
/* Tabs */
|
||||
.tabs { display: flex; gap: 0; border-bottom: 2px solid var(--border); margin-bottom: 1rem; }
|
||||
@@ -216,7 +215,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
|
||||
.postcard-row-action { flex-shrink: 0; }
|
||||
.postcard-row-date { font-size: .72rem; color: var(--text-muted); white-space: nowrap; }
|
||||
.postcard-row-detail { display: flex; flex-direction: column; gap: 0; font-size: .78rem; color: var(--text-muted); }
|
||||
.postcard-row-notes { font-size: .72rem; color: var(--text-muted); max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.postcard-row-notes { font-size: .72rem; color: var(--text-muted); max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: auto; }
|
||||
.detail-title-row { display: flex; align-items: center; gap: .75rem; }
|
||||
.detail-title-row h1 { margin: 0; }
|
||||
.btn-back { padding: .35rem .6rem; font-size: 1rem; text-decoration: none; }
|
||||
|
||||
Reference in New Issue
Block a user