Merge pull request #1688 from cryptpad/notifications-padding-issue

No Notifications padding issue
This commit is contained in:
David Benque 2024-12-05 15:31:06 +00:00 committed by GitHub
commit 83148d62d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -734,10 +734,6 @@
color: inherit;
}
}
.cp-notifications-empty {
color: @cp_dropdown-fg;
padding: 5px;
}
button {
position: relative;
.cp-dropdown-button-title {
@ -765,6 +761,10 @@
margin: 0 -5px;
padding: 0;
}
.cp-notifications-empty {
color: @cp_dropdown-fg;
padding: 0.3em;
}
}
}
.cp-toolbar-link {