This commit is contained in:
syuilo
2021-12-17 16:14:43 +09:00
parent f7c90b58d6
commit d9257a5c0e
5 changed files with 11 additions and 4 deletions

View File

@ -391,6 +391,13 @@ export default defineComponent({
> .emojis {
::v-deep(section) {
> header {
height: 32px;
line-height: 32px;
padding: 0 12px;
font-size: 15px;
}
> div {
display: grid;
grid-template-columns: var(--columns);

View File

@ -102,7 +102,7 @@ export default defineComponent({
};
if (type.value === 'drawer') {
maxHeight.value = 300;
maxHeight.value = window.innerHeight - 100;
}
const keymap = {