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