Fix spacing in editor search panel

This commit is contained in:
Jonatan Kłosko 2024-08-06 21:53:47 +09:00
parent 67735b9d48
commit 52ac5a6f23

View file

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