mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
fix: detail page missing background (#5303)
before  after 
This commit is contained in:
@@ -15,6 +15,7 @@ export const mainContainer = style({
|
|||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
minWidth: 0,
|
minWidth: 0,
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
background: 'var(--affine-background-primary-color)',
|
||||||
selectors: {
|
selectors: {
|
||||||
[`${root}[data-client-border=true] &`]: {
|
[`${root}[data-client-border=true] &`]: {
|
||||||
borderRadius: '4px',
|
borderRadius: '4px',
|
||||||
@@ -47,6 +48,7 @@ export const sidebarContainer = style({
|
|||||||
|
|
||||||
export const sidebarContainerInner = style({
|
export const sidebarContainerInner = style({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
background: 'var(--affine-background-primary-color)',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
|||||||
Reference in New Issue
Block a user