mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: add min height to footer (#3717)
This commit is contained in:
@@ -28,6 +28,7 @@ globalStyle(`${settingContent} .footer`, {
|
||||
marginTop: '-80px',
|
||||
fontSize: 'var(--affine-font-sm)',
|
||||
display: 'flex',
|
||||
minHeight: '100px',
|
||||
});
|
||||
|
||||
globalStyle(`${settingContent} .footer a`, {
|
||||
|
||||
Reference in New Issue
Block a user