mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
merged
This commit is contained in:
commit
09cdb4503b
@ -79,7 +79,6 @@ export function TextAreaInput({
|
||||
maxHeight: size === 'small' ? '50px' : containerHeight,
|
||||
forceSync: true,
|
||||
autoDownloadFontAwesome: false,
|
||||
nativeSpellcheck: false,
|
||||
spellChecker: false,
|
||||
/*
|
||||
autoDownloadFontAwesome?: boolean;
|
||||
|
||||
@ -74,4 +74,14 @@
|
||||
border-color: color-mix(in oklab, var(--color-base-content) 20%, #0000)!important;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
|
||||
.EasyMDEContainer .editor-toolbar {
|
||||
padding: 0;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
.EasyMDEContainer .fullscreen {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user