fixed text overflow on long notifications and shrunk info bar
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user