Merge pull request #15579 from Snuffleupagus/sidebar-notification-position

Tweak the vertical position of the sidebar notification icon
This commit is contained in:
Tim van der Meij 2022-10-16 13:21:11 +02:00 committed by GitHub
commit 8bf56078c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -977,8 +977,8 @@ a.secondaryToolbarButton[href="#"] {
.pdfSidebarNotification::after {
position: absolute;
display: inline-block;
top: 1px;
inset-inline-start: 17px;
top: 2px;
inset-inline-end: 2px;
/* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
content: "";
background-color: rgba(112, 219, 85, 1);