fix notification icon style

This commit is contained in:
daria 2025-09-02 14:12:49 +03:00
parent 7d05810d28
commit 4ad831db2f
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
2 changed files with 2 additions and 6 deletions

View File

@ -782,13 +782,8 @@
font-size: 1em;
height: @toolbar_top-height - 10px;
border-radius: @variables_radius;
padding: 0px;
padding: 0;
margin: 0;
&::before {
width: 100%;
text-align: center;
padding-top: 4px;
}
&:hover {
border-color: transparent;
background-color: @cp_toolbar-fade1;

View File

@ -1196,6 +1196,7 @@ MessengerUI, Messages, Pages, PadTypes, Lucide, Icons) {
$n.text(n).show();
$icon.css('fill', 'currentColor');
};
refresh();
Common.mailbox.subscribe(['notifications', 'team', 'broadcast', 'reminders', 'supportteam'], {
onMessage: function (data, el) {