stylistic changes to palette editor + mobile fixes

This commit is contained in:
Henry Jameson 2026-07-06 19:47:03 +03:00
commit 1f667832f8

View file

@ -20,6 +20,7 @@
:show-ratio="true" :show-ratio="true"
:contrast="contrast[key]" :contrast="contrast[key]"
/> />
<div v-else>{{ '&nbsp;' }}</div>
</div> </div>
</div> </div>
<div class="buttons"> <div class="buttons">
@ -238,15 +239,6 @@ const updatePalette = (paletteKey, value) => {
grid-column: 1 / span 2; grid-column: 1 / span 2;
} }
} }
.color-input {
display: grid;
gap: 0.5em;
label {
flex: 1;
}
}
} }
} }
</style> </style>