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