Skip to content

Commit 950e759

Browse files
committed
Fix alignment
1 parent ba4801b commit 950e759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/static/css/rustdoc.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,14 +1468,14 @@ so that we can apply CSS-filters to change the arrow color in themes */
14681468
}
14691469

14701470
#settings.popover {
1471-
--popover-arrow-offset: 202px;
1471+
--popover-arrow-offset: 196px;
14721472
top: calc(100% - 16px);
14731473
}
14741474

14751475
/* use larger max-width for help popover, but not for help.html */
14761476
#help.popover {
14771477
max-width: 600px;
1478-
--popover-arrow-offset: 118px;
1478+
--popover-arrow-offset: 115px;
14791479
top: calc(100% - 16px);
14801480
}
14811481

0 commit comments

Comments
 (0)