UI: Domains-Seite Breite & Padding (Layout-Fix)
Karten auf max. 940px begrenzt, Standard-Adresse-Karte mit Innenabstand. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
eb46395f79
commit
440952560e
@ -136,7 +136,8 @@ onMounted(load)
|
|||||||
.page-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.4rem; }
|
.page-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.4rem; }
|
||||||
.page-head .muted { margin: .2rem 0 0; }
|
.page-head .muted { margin: .2rem 0 0; }
|
||||||
.sm { font-size: .8rem; }
|
.sm { font-size: .8rem; }
|
||||||
.default-card { display: flex; align-items: center; justify-content: space-between; }
|
.card { max-width: 940px; }
|
||||||
|
.default-card { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.4rem; }
|
||||||
.default-card .host { font-size: 1.1rem; display: block; margin-top: .2rem; }
|
.default-card .host { font-size: 1.1rem; display: block; margin-top: .2rem; }
|
||||||
.tbl { width: 100%; border-collapse: collapse; }
|
.tbl { width: 100%; border-collapse: collapse; }
|
||||||
.tbl th { text-align: left; font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding: .9rem 1.2rem; border-bottom: 1px solid var(--line); }
|
.tbl th { text-align: left; font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding: .9rem 1.2rem; border-bottom: 1px solid var(--line); }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user