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