mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 20:41:50 +08:00
fix(mobile): adjust peek view style for mobile (#8003)

This commit is contained in:
@@ -73,6 +73,10 @@ globalStyle('.doc-title-container', {
|
||||
},
|
||||
});
|
||||
|
||||
globalStyle('[data-peek-view-wrapper] .doc-title-container', {
|
||||
fontSize: cssVar('fontH6'),
|
||||
});
|
||||
|
||||
globalStyle('.affine-page-root-block-container', {
|
||||
'@container': {
|
||||
[`viewport (width <= 640px)`]: {
|
||||
|
||||
Reference in New Issue
Block a user