Echo 3264c285dc [Glitch] Profile redesign: Profile fields overflow
Port e8f4896b08ca5f67911eb62f801afc976b4c2183 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-01 19:18:46 +02:00

33 lines
538 B
CSS

.noteCallout {
margin-bottom: 16px;
}
.noteInput {
min-height: 70px;
width: 100%;
padding: 8px;
border-radius: 8px;
box-sizing: border-box;
background: var(--color-bg-primary);
border: 1px solid var(--color-border-primary);
appearance: none;
resize: none;
margin-top: 4px;
}
.noteInput:focus-visible {
outline: var(--outline-focus-default);
outline-offset: 2px;
}
.fieldName,
.fieldValue {
word-break: break-all;
}
.fieldValue {
color: var(--color-text-primary);
font-weight: 600;
margin-top: 4px;
}