mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
@@ -43,6 +43,13 @@ export const modalContentContainer = style({
|
||||
},
|
||||
},
|
||||
},
|
||||
'screen and (width > 640px) and (width <= 1024px)': {
|
||||
selectors: {
|
||||
[`${modalContentWrapper}[data-mode="fit"] &`]: {
|
||||
paddingRight: 12,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
selectors: {
|
||||
[`${modalContentWrapper}[data-mode="max"] &`]: {
|
||||
@@ -107,5 +114,8 @@ export const modalControls = style({
|
||||
left: 0,
|
||||
padding: '8px',
|
||||
},
|
||||
'screen and (width > 640px) and (width <= 1024px)': {
|
||||
paddingLeft: 0,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user