We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4801b commit 950e759Copy full SHA for 950e759
src/librustdoc/html/static/css/rustdoc.css
@@ -1468,14 +1468,14 @@ so that we can apply CSS-filters to change the arrow color in themes */
1468
}
1469
1470
#settings.popover {
1471
- --popover-arrow-offset: 202px;
+ --popover-arrow-offset: 196px;
1472
top: calc(100% - 16px);
1473
1474
1475
/* use larger max-width for help popover, but not for help.html */
1476
#help.popover {
1477
max-width: 600px;
1478
- --popover-arrow-offset: 118px;
+ --popover-arrow-offset: 115px;
1479
1480
1481
0 commit comments