File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ analyzer:
5
5
- test_package/doc/api
6
6
- test_package_bad/
7
7
- doc/api/
8
+ - pub.dartlang.org/
Original file line number Diff line number Diff line change @@ -475,6 +475,11 @@ ol#sidebar {
475
475
list-style : none;
476
476
padding : 0 ;
477
477
font-size : 14px ;
478
+ line-height : 24px ;
479
+ }
480
+
481
+ ol # sidebar li {
482
+ text-overflow : ellipsis;
478
483
overflow : hidden;
479
484
}
480
485
@@ -490,8 +495,8 @@ ol#sidebar li.section-title {
490
495
}
491
496
492
497
ol # sidebar li : first-child {
493
- padding-top : 0 px ;
494
- margin-top : 0 px ;
498
+ padding-top : 0 ;
499
+ margin-top : 0 ;
495
500
}
496
501
497
502
# sidenav-toggle {
Original file line number Diff line number Diff line change 8
8
< span class ="copyright no-break "> {{package.name}} {{package.version}}</ span >
9
9
•
10
10
< span class ="copyright no-break ">
11
- < a href ="https://www.dartlang.org "> < img src ="static-assets/favicon.png " alt ="Dart " title ="Dart "
12
- width ="24 " height ="24 "> </ a > API Docs
11
+ apis
12
+ < a href ="https://www.dartlang.org ">
13
+ < img src ="static-assets/favicon.png " alt ="Dart " title ="Dart "width ="16 " height ="16 ">
14
+ </ a >
15
+ docs
13
16
</ span >
14
17
•
15
18
< span class ="copyright no-break ">
You can’t perform that action at this time.
0 commit comments