fix: mobile responsive - hide updated column, single column detail grid

This commit is contained in:
Hermes Agent
2026-06-21 11:22:07 +10:00
parent aea888a45a
commit d1fce3f778
+11 -1
View File
@@ -2531,7 +2531,17 @@ button.link-action--confirm:hover { background: var(--accent-soft); }
.panel { padding: 1.25rem 1rem; }
.app-bar { padding: 0 1rem; height: auto; min-height: 68px; flex-wrap: wrap; align-content: center; }
.link-table { font-size: 0.8125rem; }
.truncate { max-width: 10rem; }
.link-table .col-updated { display: none; }
.link-cards-grid .link-card-meta time { display: none; }
.truncate { max-width: 8rem; }
/* Detail page meta grid → single column on mobile */
.detail-panel dl[style*="grid"] { grid-template-columns: 1fr !important; }
.detail-panel__title { font-size: 1rem; }
.detail-actions__buttons { flex-wrap: wrap; }
.detail-actions__buttons > * { flex: 1 1 auto; justify-content: center; min-width: 0; }
.detail-floating-actions { flex-wrap: wrap; }
.detail-floating-actions .link-action { flex: 1; justify-content: center; }
.user-name { display: none; }
.user-dropdown { right: -0.5rem; }
.copy-success-toast {