Realign stars in channel level indicator
This commit is contained in:
parent
9cd80ee41e
commit
7bbfd81762
2 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue