mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +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',
|
||||
minWidth: 0,
|
||||
overflow: 'hidden',
|
||||
background: 'var(--affine-background-primary-color)',
|
||||
selectors: {
|
||||
[`${root}[data-client-border=true] &`]: {
|
||||
borderRadius: '4px',
|
||||
@@ -47,6 +48,7 @@ export const sidebarContainer = style({
|
||||
|
||||
export const sidebarContainerInner = style({
|
||||
display: 'flex',
|
||||
background: 'var(--affine-background-primary-color)',
|
||||
flexDirection: 'column',
|
||||
overflow: 'hidden',
|
||||
height: '100%',
|
||||
|
||||
Reference in New Issue
Block a user