mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 10:06:17 +08:00
+1
-1
@@ -88,13 +88,13 @@ globalStyle(`${link} .affine-reference-title`, {
|
||||
export const linkPreviewContainer = style({
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: '8px',
|
||||
});
|
||||
|
||||
export const linkPreview = style({
|
||||
border: `1px solid ${cssVarV2('layer/insideBorder/border')}`,
|
||||
borderRadius: '8px',
|
||||
padding: '8px',
|
||||
marginBottom: '8px',
|
||||
color: cssVarV2('text/primary'),
|
||||
':hover': {
|
||||
backgroundColor: cssVarV2('layer/background/hoverOverlay'),
|
||||
|
||||
Reference in New Issue
Block a user