Fix spacing in editor search panel

This commit is contained in:
Jonatan Kłosko 2024-08-06 21:53:47 +09:00
parent 4c1e865d40
commit 3a2730f3b6

View file

@ -132,7 +132,7 @@ function buildEditorTheme(colors, { dark }) {
}, },
".cm-panels": { ".cm-panels": {
backgroundColor: colors.background, backgroundColor: "transparent",
color: colors.text, color: colors.text,
"&.cm-panels-top": { "&.cm-panels-top": {
@ -325,7 +325,7 @@ function buildEditorTheme(colors, { dark }) {
display: "flex", display: "flex",
alignItems: "center", alignItems: "center",
flexWrap: "wrap", flexWrap: "wrap",
padding: "8px 8px 0 8px", padding: "8px",
"& br": { "& br": {
content: '" "', content: '" "',