Merge remote-tracking branch 'origin/develop' into chat-refactor

This commit is contained in:
Henry Jameson 2026-07-30 14:55:05 +03:00
commit 9a7afc5688
13 changed files with 59 additions and 23 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="ExtraNotifications">
<div class="ExtraNotifications panel-body">
<div
v-if="shouldShowChats"
class="notification unseen"
@ -87,6 +87,11 @@
flex-direction: column;
align-items: stretch;
&.panel-body::before {
content: '';
padding: 0;
}
.notification {
width: 100%;
border-bottom: 1px solid;