mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix(core): adjust copy link button styles (#10337)
close PD-2344  
This commit is contained in:
@@ -6,7 +6,6 @@ export const copyLinkContainerStyle = style({
|
||||
alignItems: 'center',
|
||||
width: '100%',
|
||||
position: 'relative',
|
||||
border: `1px solid ${cssVarV2('layer/insideBorder/blackBorder')}`,
|
||||
selectors: {
|
||||
'&.secondary': {
|
||||
padding: 0,
|
||||
@@ -17,6 +16,7 @@ export const copyLinkContainerStyle = style({
|
||||
export const copyLinkButtonStyle = style({
|
||||
flex: 1,
|
||||
padding: '4px 12px',
|
||||
height: '30px',
|
||||
paddingRight: '6px',
|
||||
borderRadius: '4px',
|
||||
borderRight: 'none',
|
||||
@@ -73,6 +73,7 @@ export const copyLinkShortcutStyle = style({
|
||||
export const copyLinkTriggerStyle = style({
|
||||
padding: '4px 12px 4px 8px',
|
||||
borderRadius: '4px',
|
||||
height: '30px',
|
||||
borderLeft: 'none',
|
||||
borderTopLeftRadius: '0',
|
||||
borderBottomLeftRadius: '0',
|
||||
|
||||
Reference in New Issue
Block a user