mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix: ui issues (#3738)
Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
@@ -233,7 +233,7 @@ export const Export = ({
|
||||
return (
|
||||
<Menu
|
||||
width={248}
|
||||
trigger="click"
|
||||
trigger="hover"
|
||||
placement="right-start"
|
||||
content={
|
||||
<>
|
||||
|
||||
@@ -57,7 +57,7 @@ export const settingRow = style({
|
||||
});
|
||||
|
||||
globalStyle(`${settingRow} .left-col`, {
|
||||
flexShrink: 0,
|
||||
flex: 1,
|
||||
maxWidth: '100%',
|
||||
});
|
||||
globalStyle(`${settingRow}.two-col .left-col`, {
|
||||
@@ -74,7 +74,7 @@ globalStyle(`${settingRow} .desc`, {
|
||||
color: 'var(--affine-text-secondary-color)',
|
||||
});
|
||||
globalStyle(`${settingRow} .right-col`, {
|
||||
flexGrow: 1,
|
||||
width: '250px',
|
||||
display: 'flex',
|
||||
justifyContent: 'flex-end',
|
||||
paddingLeft: '15px',
|
||||
|
||||
Reference in New Issue
Block a user