fix empty extranotifications kaomoji

This commit is contained in:
Henry Jameson 2026-07-30 13:10:06 +03:00
commit aa4f2d5aec

View file

@ -87,6 +87,11 @@
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
&.panel-body::before {
content: '';
padding: 0;
}
.notification { .notification {
width: 100%; width: 100%;
border-bottom: 1px solid; border-bottom: 1px solid;