We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69ae2b7 + 0017d50 commit 61cc23eCopy full SHA for 61cc23e
src/librustdoc/html/static/rustdoc.css
@@ -995,6 +995,14 @@ h4 > .important-traits {
995
top: 2px;
996
}
997
998
+@media (max-width: 700px) {
999
+ h4 > .important-traits {
1000
+ position: absolute;
1001
+ left: -22px;
1002
+ top: 24px;
1003
+ }
1004
+}
1005
+
1006
.modal {
1007
position: fixed;
1008
width: 100vw;
@@ -1068,4 +1076,4 @@ h3.important {
1068
1076
position: absolute;
1069
1077
left: -42px;
1070
1078
margin-top: 2px;
1071
-}
1079
0 commit comments