stylistic changes to palette editor + mobile fixes
This commit is contained in:
parent
01dd3876f0
commit
1f667832f8
1 changed files with 1 additions and 9 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
:show-ratio="true"
|
:show-ratio="true"
|
||||||
:contrast="contrast[key]"
|
:contrast="contrast[key]"
|
||||||
/>
|
/>
|
||||||
|
<div v-else>{{ ' ' }}</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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue