Fix repost ribbon on search result page
This commit is contained in:
parent
2d2edf986f
commit
09ee8829ed
1 changed files with 28 additions and 2 deletions
|
@ -190,8 +190,34 @@
|
|||
.search__header {
|
||||
.claim-preview__wrapper--channel {
|
||||
.claim-preview__repost-author {
|
||||
top: calc(var(--spacing-m) * -1);
|
||||
left: calc(var(--spacing-m) * -1);
|
||||
top: calc(var(--spacing-m) * -1) !important;
|
||||
left: calc(var(--spacing-m) * -1) !important;
|
||||
}
|
||||
}
|
||||
.claim-preview__wrapper {
|
||||
.claim-preview__repost-author {
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
span {
|
||||
display: inline-block;
|
||||
margin-left: 12px;
|
||||
margin-top: -4px;
|
||||
width: 92px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
@media (max-width: $breakpoint-small) {
|
||||
font-size: var(--font-xxxsmall);
|
||||
.icon {
|
||||
margin-top: 3px;
|
||||
}
|
||||
span {
|
||||
width: 78px;
|
||||
margin-top: 1px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue