Fix notification note size

This commit is contained in:
Bojan Mojsilovic 2024-05-29 16:13:05 +02:00
parent f7e59e4f9b
commit 2fc28409cd
2 changed files with 5 additions and 2 deletions

View File

@ -276,7 +276,10 @@ const Note: Component<{
<div class={styles.noteNotifications}>
<div class={styles.content}>
<div class={styles.message}>
<ParsedNote note={props.note} shorten={true} />
<ParsedNote
note={props.note}
shorten={true}
/>
</div>
<div class={styles.footer}>

View File

@ -100,7 +100,7 @@
}
.notificationTabContent {
width: 602px;
width: 100%;
}
.notificationTabIndicator {