feat: percentage after like rating on create page

This commit is contained in:
Index 2024-07-22 20:15:50 -05:00
parent 96d78860f8
commit a650381218

View file

@ -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;