mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
fix(editor): some UI bugs of table block (#9987)
close: BS-2507, BS-2508, BS-2511, BS-2519, BS-2523
This commit is contained in:
@@ -4,10 +4,10 @@ import { style } from '@vanilla-extract/css';
|
||||
export const addColumnButtonStyle = style({
|
||||
cursor: 'col-resize',
|
||||
backgroundColor: cssVarV2.layer.background.hoverOverlay,
|
||||
fontSize: '10px',
|
||||
fontSize: '16px',
|
||||
color: cssVarV2.icon.secondary,
|
||||
display: 'flex',
|
||||
width: '12px',
|
||||
width: '16px',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
position: 'absolute',
|
||||
@@ -30,10 +30,10 @@ export const addColumnButtonStyle = style({
|
||||
export const addRowButtonStyle = style({
|
||||
cursor: 'row-resize',
|
||||
backgroundColor: cssVarV2.layer.background.hoverOverlay,
|
||||
fontSize: '10px',
|
||||
fontSize: '16px',
|
||||
color: cssVarV2.icon.secondary,
|
||||
display: 'flex',
|
||||
height: '12px',
|
||||
height: '16px',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
position: 'absolute',
|
||||
@@ -56,11 +56,11 @@ export const addRowButtonStyle = style({
|
||||
export const addRowColumnButtonStyle = style({
|
||||
cursor: 'nwse-resize',
|
||||
backgroundColor: cssVarV2.layer.background.hoverOverlay,
|
||||
fontSize: '10px',
|
||||
fontSize: '16px',
|
||||
color: cssVarV2.icon.secondary,
|
||||
display: 'flex',
|
||||
width: '12px',
|
||||
height: '12px',
|
||||
width: '16px',
|
||||
height: '16px',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
position: 'absolute',
|
||||
|
||||
Reference in New Issue
Block a user