mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-07 05:24:40 +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": {
|
||||
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: '" "',
|
||||
|
|
Loading…
Add table
Reference in a new issue