We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stats
downloads
1 parent 6b5e2e2 commit 75259bbCopy full SHA for 75259bb
app/components/rev-dep-row.hbs
@@ -5,7 +5,7 @@
5
</LinkTo>
6
requires {{@dependency.req}}
7
</div>
8
- <div local-class="stats downloads">
+ <div local-class="downloads">
9
{{svg-jar "download-arrow" local-class="download-icon"}}
10
<span local-class="rev-dep-downloads">{{ format-num @dependency.downloads }}</span>
11
app/components/rev-dep-row.module.css
@@ -17,15 +17,12 @@
17
}
18
19
20
-.stats {
21
- width: 25%;
22
- color: var(--main-color-light);
23
-}
24
-
25
.downloads {
26
display: flex;
27
align-items: center;
+ width: 25%;
28
padding-bottom: 5px;
+ color: var(--main-color-light);
29
30
31
.download-icon {
0 commit comments