UI: Branding & Domains wieder volle Breite (Padding bleibt)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
440952560e
commit
46b5c4e7ad
@ -155,7 +155,7 @@ onMounted(load)
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.page-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1.4rem; }
|
.page-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1.4rem; }
|
||||||
.page-head .muted { margin: .2rem 0 0; }
|
.page-head .muted { margin: .2rem 0 0; }
|
||||||
.grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 1.2rem; align-items: start; max-width: 940px; }
|
.grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 1.2rem; align-items: start; }
|
||||||
.card { padding: 1.4rem 1.5rem; }
|
.card { padding: 1.4rem 1.5rem; }
|
||||||
.card h3 { font-size: .95rem; margin-bottom: .7rem; }
|
.card h3 { font-size: .95rem; margin-bottom: .7rem; }
|
||||||
.sm { font-size: .8rem; }
|
.sm { font-size: .8rem; }
|
||||||
|
|||||||
@ -136,7 +136,6 @@ 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; }
|
||||||
.card { max-width: 940px; }
|
|
||||||
.default-card { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.4rem; }
|
.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; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user