Merge pull request #15579 from Snuffleupagus/sidebar-notification-position
Tweak the vertical position of the sidebar notification icon
This commit is contained in:
commit
8bf56078c5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user