fix: ui issues (#3738)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Qi
2023-08-15 02:48:18 +08:00
committed by GitHub
parent 52102ee792
commit 75a2bbdfac
23 changed files with 125 additions and 138 deletions
@@ -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',