From 5c6f7a391bcde75864fc03ab82fc840dabda6025 Mon Sep 17 00:00:00 2001 From: zeppi Date: Mon, 23 May 2022 17:20:55 -0400 Subject: [PATCH] fix price key size --- ui/scss/component/_file-price.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_file-price.scss b/ui/scss/component/_file-price.scss index ba6156dfc..a93d60bc7 100644 --- a/ui/scss/component/_file-price.scss +++ b/ui/scss/component/_file-price.scss @@ -90,7 +90,7 @@ &::before { background-color: var(--color-purchased); - height: 180%; + height: 155%; } }