File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 16
16
</div >
17
17
<div local-class =" downloads" >
18
18
{{ svg-jar " download-arrow" local-class =" download-icon" }}
19
- < span local-class = " rev-dep-downloads " > {{ format-num @dependency.downloads }} </ span >
19
+ {{ format-num @dependency.downloads }}
20
20
</div >
21
21
</div >
Original file line number Diff line number Diff line change 58
58
.downloads {
59
59
display : flex;
60
60
align-items : center;
61
- width : 25 % ;
62
- padding-bottom : 5 px ;
63
- color : var ( --main-color-light ) ;
61
+ color : var ( --grey600 ) ;
62
+ font-size : 16 px ;
63
+ font-weight : 500 ;
64
64
font-variant : tabular-nums;
65
+
66
+ @media only screen and (max-width : 550px ) {
67
+ margin-top : 5px ;
68
+ }
65
69
}
66
70
67
71
.download-icon {
72
+ width : auto;
73
+ height : 16px ;
68
74
flex-shrink : 0 ;
69
- color : # b13b89 ;
70
- }
71
-
72
- .rev-dep-downloads {
73
- padding-left : 7px ;
75
+ margin-right : 7px ;
74
76
}
You can’t perform that action at this time.
0 commit comments