fixed text overflow on long notifications and shrunk info bar

This commit is contained in:
2026-09-09 20:20:42 +02:00
parent c37a5d1a42
commit 2ca90f45fa
+6 -2
View File
@@ -84,15 +84,19 @@ main {
}
.notification-title:last-child{margin-bottom:0}
.notification-title i{font-size:.85rem;flex-shrink:0}
.notification-title i{flex-shrink:0}
.notification-title span{
flex:1;
font-size:.8rem;
min-width:0;
overflow-wrap:break-word;
word-break:break-word;
}
.notification-metadata{
.notification-title .notification-metadata{
font-style: italic;
font-size: 0.7rem;
}
.notification-info{background:var(--primary-bg);color:var(--primary)}