mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(core): workspace properties setting (#5739)
the property settings in workspace settings
This commit is contained in:
@@ -4,7 +4,7 @@ export const inputWrapper = style({
|
||||
width: '100%',
|
||||
height: 28,
|
||||
lineHeight: '22px',
|
||||
padding: '0 10px',
|
||||
gap: '10px',
|
||||
color: cssVar('textPrimaryColor'),
|
||||
border: '1px solid',
|
||||
backgroundColor: cssVar('white'),
|
||||
@@ -53,6 +53,7 @@ export const input = style({
|
||||
width: '0',
|
||||
flex: 1,
|
||||
boxSizing: 'border-box',
|
||||
padding: '0 12px',
|
||||
// prevent default style
|
||||
WebkitAppearance: 'none',
|
||||
WebkitTapHighlightColor: 'transparent',
|
||||
|
||||
Reference in New Issue
Block a user