fix notifications responsiveness #1781

This commit is contained in:
daria 2025-03-27 11:46:10 +02:00
parent f3d63c2524
commit 92f3c1399f
No known key found for this signature in database
GPG Key ID: B698EF05B31BB9A5
2 changed files with 2 additions and 7 deletions

View File

@ -26,7 +26,6 @@
& {
.avatar_vars();
&.cp-avatar {
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
display: flex;

View File

@ -109,8 +109,7 @@
}
.cp-avatar-calendar {
font-size: 45px;
padding: 0 12px;
overflow: hidden;
padding: 12px;
}
&.cp-app-notification-archived {
background-color: @cp_notif-bg;
@ -125,17 +124,14 @@
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin: 0.2rem;
p {
display: inline-block;
margin: 1rem 1rem;
flex: 1;
min-width: 0;
}
.notification-time {
margin: 1rem 1rem;
color: grey;
margin-left: auto;
margin: 1rem 1rem 1rem auto;
}
}