feat: update visibility selector style (#441)

This commit is contained in:
boojack
2022-11-11 19:25:21 +08:00
committed by GitHub
parent 9b827b4801
commit 67691d1e99
5 changed files with 74 additions and 60 deletions

View File

@ -10,8 +10,7 @@
}
> .common-editor-inputer {
@apply w-full h-full mt-1 mb-1 text-base resize-none overflow-x-hidden overflow-y-auto bg-transparent whitespace-pre-wrap;
min-height: 40px;
@apply w-full h-full mt-2 mb-1 text-base resize-none overflow-x-hidden overflow-y-auto bg-transparent whitespace-pre-wrap;
max-height: 300px;
.pretty-scroll-bar(2px, 0);