Update styling and layout in settings.html
This commit is contained in:
@@ -65,27 +65,28 @@
|
|||||||
accent-color: var(--accent);
|
accent-color: var(--accent);
|
||||||
flex-shrink: 0; /* <-- das ist wichtig! */
|
flex-shrink: 0; /* <-- das ist wichtig! */
|
||||||
}
|
}
|
||||||
.row {
|
.row {
|
||||||
display: flex; align-items: center; justify-content: space-between;
|
display: flex;
|
||||||
}
|
align-items: center;
|
||||||
.row > span {
|
gap: 0.7em;
|
||||||
flex: 1;
|
margin-bottom: 0.5em;
|
||||||
color: #1e293b;
|
}
|
||||||
font-weight: 600;
|
.row > span {
|
||||||
}
|
flex: 2;
|
||||||
.row > input,
|
font-size: 0.97rem;
|
||||||
.row > select {
|
color: #1e293b;
|
||||||
/* wenn Du es schmaler willst: */
|
}
|
||||||
min-width: 80px;
|
.row > select {
|
||||||
max-width: 180px;
|
flex: 1;
|
||||||
padding: 0.4em 0.4em;
|
min-width: 110px;
|
||||||
border: 1.2px solid #cbd5e1;
|
max-width: 180px;
|
||||||
border-radius: 6px;
|
padding: 0.4em 0.6em;
|
||||||
background: #f8fafc;
|
border: 1.2px solid #cbd5e1;
|
||||||
color: #334155;
|
border-radius: 6px;
|
||||||
font-size: 0.9rem;
|
background: #f8fafc;
|
||||||
transition: border-color 0.2s, box-shadow 0.2s;
|
color: #334155;
|
||||||
}
|
font-size: 0.97rem;
|
||||||
|
}
|
||||||
.row > input:focus,
|
.row > input:focus,
|
||||||
.row > select:focus {
|
.row > select:focus {
|
||||||
box-shadow: 0 0 0 2px rgba(56,189,248,0.3);
|
box-shadow: 0 0 0 2px rgba(56,189,248,0.3);
|
||||||
|
|||||||
Reference in New Issue
Block a user