fix: decrease buttons and description size

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Maksim Sukharev 2025-08-29 10:21:55 +02:00
parent 561e94477a
commit dd1c69c109
2 changed files with 3 additions and 2 deletions

View file

@ -66,6 +66,7 @@
v-show="currentCodeBlock !== null"
class="message-copy-code"
variant="tertiary"
size="small"
:aria-label="t('spreed', 'Copy code block')"
:title="t('spreed', 'Copy code block')"
:style="{ top: copyButtonOffset }"

View file

@ -114,9 +114,9 @@
</template>
<NcActionButton close-after-click
:model-value="silentChat"
:name="silentSendLabel"
:description="silentSendInfo"
@click="toggleSilentChat">
{{ silentSendInfo }}
{{ silentSendLabel }}
<template #icon>
<IconBellOffOutline :size="20" />
</template>