Realign stars in channel level indicator

This commit is contained in:
toshikanneko 2022-02-14 16:28:24 +01:00
parent 9cd80ee41e
commit 7bbfd81762
2 changed files with 5 additions and 1 deletions

View file

@ -575,7 +575,7 @@ $actions-z-index: 2;
text-align: center; text-align: center;
//width: 116%; //width: 116%;
width: 128%; width: 128%;
left: -16%; left: -14%;
bottom: -16%; bottom: -16%;
svg { svg {

View file

@ -339,6 +339,10 @@
top: 0; top: 0;
} }
.channel-staked__wrapper {
left: -16%;
}
@media (max-width: $breakpoint-small) { @media (max-width: $breakpoint-small) {
.commentCreate { .commentCreate {
.section__actions { .section__actions {