We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25e5af8 + 3d4c505 commit b5f6884Copy full SHA for b5f6884
src/librustdoc/html/static/rustdoc.css
@@ -1011,6 +1011,26 @@ h4 > .important-traits {
1011
left: -22px;
1012
top: 24px;
1013
}
1014
+
1015
+ #titles > div > div.count {
1016
+ float: left;
1017
+ width: 100%;
1018
+ }
1019
1020
+ #titles {
1021
+ height: 50px;
1022
1023
+}
1024
1025
1026
+@media (max-width: 416px) {
1027
1028
+ height: 73px;
1029
1030
1031
+ #titles > div {
1032
1033
1034
1035
1036
.modal {
0 commit comments