feat: reactive font size for ace editor + i18n support for font size settings strings

This commit is contained in:
liyasthomas
2021-08-14 21:40:56 +05:30
parent 691629890f
commit 9f639378ec
22 changed files with 60 additions and 43 deletions

View File

@@ -368,10 +368,19 @@ input[type="checkbox"] {
line-height: var(--body-line-height);
.action {
@apply bg-gray-500;
@apply px-4;
@apply bg-opacity-10;
@apply ml-auto;
@apply sm:ml-8;
@apply transition;
@apply text-current;
@apply hover:(opacity-75 no-underline);
@apply normal-case;
@apply hover:(bg-opacity-20 no-underline);
@apply font-medium;
font-size: var(--body-font-size);
line-height: var(--body-line-height);
}
}