feat: add new collection button to slider bar (#3369)

This commit is contained in:
JimmFly
2023-07-26 12:32:55 +08:00
committed by GitHub
parent 8334ac031b
commit 2c249781a2
8 changed files with 130 additions and 27 deletions

View File

@@ -2,8 +2,11 @@ import { style } from '@vanilla-extract/css';
export const root = style({
fontSize: 'var(--affine-font-xs)',
height: '16px',
minHeight: '16px',
userSelect: 'none',
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
selectors: {
'&:not(:first-of-type)': {
marginTop: '10px',