From a65038121864f06218d6db7354308b1e95ca11f8 Mon Sep 17 00:00:00 2001 From: Index Date: Mon, 22 Jul 2024 20:15:50 -0500 Subject: [PATCH] feat: percentage after like rating on create page --- css/specific.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/specific.css b/css/specific.css index 2a42b68..3cf761b 100755 --- a/css/specific.css +++ b/css/specific.css @@ -14,6 +14,13 @@ body[data-URL^='/create/'] .col.d-flex.align-content-between.flex-wrap { width: 50%; } +body[data-URL^='/create'] .me-2:has(.fa-thumbs-up)::after { + content: '%'; + margin-left: -2.5px; + margin-bottom: 2px; + cursor: text; +} + .text-truncate { white-space: nowrap !important; overflow: hidden !important;