This commit is contained in:
2026-03-08 22:40:54 +01:00
parent f52bb684ce
commit d4cf1558d2
6 changed files with 72 additions and 63 deletions

View File

@@ -1,4 +1,10 @@
.form-card { padding: 14px; }
.notice-card {
padding: 12px 14px;
line-height: 1.45;
word-break: break-word;
}
.form-grid { display: grid; gap: 12px; }
.form-field { display: grid; gap: 6px; }
.form-field input,
@@ -82,7 +88,7 @@
background: var(--panel);
border: 1px solid var(--line);
border-radius: 16px;
overflow: hidden;
overflow: visible;
display: grid;
grid-template-rows: 120px 1fr;
box-shadow: var(--shadow);
@@ -94,6 +100,8 @@
background-size: cover;
background-position: center;
position: relative;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
}
.host-card-overlay {
position: absolute;