fix(actions): fix white background bleed in dark mode when viewport is narrow
This commit is contained in:
@@ -693,7 +693,7 @@ CSS_TEMPLATE_MINDMAP = """
|
|||||||
.content-area {
|
.content-area {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
background: transparent;
|
background: var(--card-bg-color);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -2204,7 +2204,7 @@ class Action:
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: transparent;
|
background: var(--card-bg-color);
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user