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 833785b commit 0017d50Copy full SHA for 0017d50
src/librustdoc/html/static/rustdoc.css
@@ -983,6 +983,14 @@ h4 > .important-traits {
983
top: 2px;
984
}
985
986
+@media (max-width: 700px) {
987
+ h4 > .important-traits {
988
+ position: absolute;
989
+ left: -22px;
990
+ top: 24px;
991
+ }
992
+}
993
+
994
.modal {
995
position: fixed;
996
width: 100vw;
@@ -1069,4 +1077,4 @@ h3.important {
1069
1077
position: absolute;
1070
1078
left: -42px;
1071
1079
margin-top: 2px;
1072
-}
1080
0 commit comments