mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
fix(core): copy more button group style (#10240)
This commit is contained in:
@@ -44,7 +44,6 @@ export class ChatCopyMore extends WithDisposable(LitElement) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 2px;
|
||||
|
||||
svg {
|
||||
color: ${unsafeCSSVarV2('icon/primary')};
|
||||
@@ -195,7 +194,7 @@ export class ChatCopyMore extends WithDisposable(LitElement) {
|
||||
data-testid="action-retry-button"
|
||||
>
|
||||
${ResetIcon({ width: '20px', height: '20px' })}
|
||||
<affine-tooltip>Retry</affine-tooltip>
|
||||
<affine-tooltip .autoShift=${true}>Retry</affine-tooltip>
|
||||
</div>`
|
||||
: nothing}
|
||||
${isLast
|
||||
|
||||
Reference in New Issue
Block a user