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.
1 parent 4c6751d commit 988bddcCopy full SHA for 988bddc
1 file changed
app/components/Compare/FacetBarChart.vue
@@ -171,7 +171,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
171
style: {
172
chart: {
173
backgroundColor: colors.value.bg,
174
- height: 56 * props.packages.length,
+ height: 60 * props.packages.length,
175
layout: {
176
bars: {
177
rowColor: isDarkMode.value ? colors.value.borderSubtle : colors.value.bgSubtle,
@@ -190,7 +190,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
190
},
191
192
nameLabels: {
193
- fontSize: isMobile.value ? 12 : 16,
+ fontSize: isMobile.value ? 12 : 18,
194
color: colors.value.fgSubtle,
195
196
underlayerColor: colors.value.bg,
0 commit comments