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 @@ -1560,6 +1560,41 @@ h4 > .notable-traits {
1560
1560
# titles , # titles > div {
1561
1561
height : 73px ;
1562
1562
}
1563
+
1564
+ # main > table : not (.table-display ) td {
1565
+ word-break : break-word;
1566
+ min-width : 10% ;
1567
+ }
1568
+
1569
+ .search-container > div {
1570
+ display : block;
1571
+ width : calc (100% - 37px );
1572
+ }
1573
+
1574
+ # crate-search {
1575
+ width : 100% ;
1576
+ border-radius : 4px ;
1577
+ border : 0 ;
1578
+ }
1579
+
1580
+ # crate-search + .search-input {
1581
+ width : calc (100% + 71px );
1582
+ margin-left : -36px ;
1583
+ }
1584
+
1585
+ # theme-picker , # settings-menu {
1586
+ padding : 5px ;
1587
+ width : 31px ;
1588
+ height : 31px ;
1589
+ }
1590
+
1591
+ # theme-picker {
1592
+ margin-top : -2px ;
1593
+ }
1594
+
1595
+ # settings-menu {
1596
+ top : 7px ;
1597
+ }
1563
1598
}
1564
1599
1565
1600
h3 .notable {
You can’t perform that action at this time.
0 commit comments