We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26abe7 commit 8a587e6Copy full SHA for 8a587e6
src/librustdoc/html/static/rustdoc.css
@@ -1035,6 +1035,24 @@ h4 > .important-traits {
1035
1036
.show-it {
1037
display: block;
1038
+ width: 246px;
1039
+ }
1040
+
1041
+ .show-it > .block.items {
1042
+ margin: 8px 0;
1043
1044
1045
+ .show-it > .block.items > ul {
1046
+ margin: 0;
1047
1048
1049
+ .show-it > .block.items > ul > li {
1050
+ text-align: center;
1051
+ margin: 2px 0;
1052
1053
1054
+ .show-it > .block.items > ul > li > a {
1055
+ font-size: 21px;
1056
}
1057
1058
/* Because of ios, we need to actually have a full height sidebar title so the
0 commit comments