mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
@@ -81,6 +81,7 @@ export const tab = style({
|
|||||||
height: 32,
|
height: 32,
|
||||||
minWidth: 32,
|
minWidth: 32,
|
||||||
maxWidth: tabMaxWidth,
|
maxWidth: tabMaxWidth,
|
||||||
|
width: 200,
|
||||||
overflow: 'clip',
|
overflow: 'clip',
|
||||||
background: cssVarV2('tab/tabBackground/default'),
|
background: cssVarV2('tab/tabBackground/default'),
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
@@ -113,6 +114,7 @@ export const splitViewLabel = style({
|
|||||||
fontWeight: 500,
|
fontWeight: 500,
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
cursor: 'default',
|
cursor: 'default',
|
||||||
|
flex: 1,
|
||||||
selectors: {
|
selectors: {
|
||||||
'&[data-active="true"]': {
|
'&[data-active="true"]': {
|
||||||
background: cssVarV2('tab/tabBackground/active'),
|
background: cssVarV2('tab/tabBackground/active'),
|
||||||
|
|||||||
Reference in New Issue
Block a user