Merge branch 'ravedev'
This commit is contained in:
commit
299c3ff021
2 changed files with 48 additions and 2 deletions
|
@ -160,6 +160,26 @@ body {
|
|||
section + .empty__wrap {
|
||||
margin: var(--spacing-m);
|
||||
}
|
||||
.claim-preview__wrapper--inline {
|
||||
.claim-preview-metadata {
|
||||
.claim-tile__info {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
.media__subtitle {
|
||||
padding-bottom: 1;
|
||||
a.button {
|
||||
display: inline-block !important;
|
||||
}
|
||||
}
|
||||
.button--alt {
|
||||
padding: var(--spacing-s);
|
||||
}
|
||||
.button-following {
|
||||
padding-left: var(--spacing-m);
|
||||
padding-right: var(--spacing-m);
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (max-width: $breakpoint-small) {
|
||||
margin-top: var(--spacing-xs) !important;
|
||||
|
|
|
@ -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) {
|
||||
.icon {
|
||||
margin-top: 3px;
|
||||
}
|
||||
span {
|
||||
font-size: var(--font-xxxsmall);
|
||||
width: 78px;
|
||||
margin-top: 1px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue