feat: percentage after like rating on create page
This commit is contained in:
parent
96d78860f8
commit
a650381218
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue