Add color input and world background preview styles

This commit is contained in:
2026-03-31 05:13:27 +02:00
parent 7f0c97ed96
commit 2d90b6b31e

View File

@@ -245,6 +245,16 @@ button:disabled {
border-radius: 10px;
}
.color-input {
width: 100%;
min-height: 46px;
padding: 0;
background: rgba(7, 9, 13, 0.4);
border: 1px solid var(--color-border);
border-radius: 12px;
cursor: pointer;
}
.inline-actions {
display: flex;
gap: 8px;
@@ -461,6 +471,13 @@ button:disabled {
font-size: 0.82rem;
}
.world-background-preview {
height: 76px;
margin-top: 10px;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 12px;
}
.viewport-region {
display: grid;
grid-template-rows: 42px minmax(0, 1fr);