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 {
|
.pdfSidebarNotification::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
top: 1px;
|
top: 2px;
|
||||||
inset-inline-start: 17px;
|
inset-inline-end: 2px;
|
||||||
/* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
|
/* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
|
||||||
content: "";
|
content: "";
|
||||||
background-color: rgba(112, 219, 85, 1);
|
background-color: rgba(112, 219, 85, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user