mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-12 07:54:49 +08:00
Fix spacing in editor search panel
This commit is contained in:
parent
4c1e865d40
commit
3a2730f3b6
1 changed files with 2 additions and 2 deletions
|
@ -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: '" "',
|
||||||
|
|
Loading…
Add table
Reference in a new issue