fix: adjust some windows style issues (#2454)

This commit is contained in:
Peng Xiao
2023-05-20 00:39:51 +08:00
committed by GitHub
parent ee300e7b60
commit 66ea97c7c9
2 changed files with 8 additions and 9 deletions

View File

@@ -191,10 +191,11 @@ export const windowAppControl = style({
WebkitAppRegion: 'no-drag',
cursor: 'pointer',
display: 'inline-flex',
width: '32px',
width: '42px',
height: '32px',
alignItems: 'center',
justifyContent: 'center',
borderRadius: '2px',
borderRadius: '4px',
selectors: {
'&[data-type="close"]:hover': {
background: 'var(--affine-error-color)',