Raise badge

This commit is contained in:
Bojan Mojsilovic 2024-04-04 18:06:09 +02:00
parent 4d0f4e1124
commit c0a3f085ba

View File

@ -247,22 +247,27 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
height: 30px;
.name { .name {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
max-width: 60%; max-width: 60%;
height: 100%;
.text { .text {
color: var(--text-primary); color: var(--text-primary);
font-size: 20px; font-size: 20px;
line-height: 20px; line-height: 1;
font-weight: 700; font-weight: 700;
height: 26px;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
display: flex;
align-items: center;
vertical-align: baseline;
height: 20px;
} }
.followsBadge { .followsBadge {
@ -271,6 +276,7 @@
.vc { .vc {
width: 20px; width: 20px;
height: 20px;
} }
} }