File tree 1 file changed +35
-0
lines changed
src/librustdoc/html/static
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -1568,6 +1568,41 @@ h4 > .notable-traits {
1568
1568
# titles , # titles > div {
1569
1569
height : 73px ;
1570
1570
}
1571
+
1572
+ # main > table : not (.table-display ) td {
1573
+ word-break : break-word;
1574
+ min-width : 10% ;
1575
+ }
1576
+
1577
+ .search-container > div {
1578
+ display : block;
1579
+ width : calc (100% - 37px );
1580
+ }
1581
+
1582
+ # crate-search {
1583
+ width : 100% ;
1584
+ border-radius : 4px ;
1585
+ border : 0 ;
1586
+ }
1587
+
1588
+ # crate-search + .search-input {
1589
+ width : calc (100% + 71px );
1590
+ margin-left : -36px ;
1591
+ }
1592
+
1593
+ # theme-picker , # settings-menu {
1594
+ padding : 5px ;
1595
+ width : 31px ;
1596
+ height : 31px ;
1597
+ }
1598
+
1599
+ # theme-picker {
1600
+ margin-top : -2px ;
1601
+ }
1602
+
1603
+ # settings-menu {
1604
+ top : 7px ;
1605
+ }
1571
1606
}
1572
1607
1573
1608
h3 .notable {
You can’t perform that action at this time.
0 commit comments