File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 22set -e
33
44# Install dartdoc.
5- # We peg to this version to work around a bug affecting Flutter in 0.9.7+2.
6- pub global activate dartdoc 0.9.7+1
5+ pub global activate dartdoc 0.9.7+6
76
87# Generate flutter docs into dev/docs/doc/api/.
98(cd dev/tools; pub get)
Original file line number Diff line number Diff line change 5050 font-size : inherit;
5151 }
5252
53+ .sidebar-offcanvas-left {
54+ background-color : # fdfdfd ;
55+ }
56+
57+ @media screen and (max-width : 768px ) {
58+ .sidebar-offcanvas-left .active {
59+ padding : 10px ;
60+ }
61+ }
62+
5363 .sidebar-offcanvas-left ol {
5464 padding : 0 16px 16px 0 ;
5565 }
5868 display : none;
5969 }
6070
61- .sidebar-offcanvas-left {
62- background-color : inherit;
63- }
64-
6571 .sidebar-offcanvas-left h5 {
6672 border-bottom : none;
6773 padding : 0 0 16px 0 ;
You can’t perform that action at this time.
0 commit comments