Realign & resize premium badges on channels page & channel page
This commit is contained in:
parent
9ad2dc7519
commit
1f12cc594c
1 changed files with 14 additions and 0 deletions
|
@ -3,6 +3,13 @@ $metadata-z-index: 1;
|
|||
$actions-z-index: 2;
|
||||
|
||||
.channelPage-wrapper {
|
||||
.comment__badge {
|
||||
.icon {
|
||||
width: 70%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
.button-group {
|
||||
.button__content {
|
||||
.icon {
|
||||
|
@ -728,6 +735,13 @@ $actions-z-index: 2;
|
|||
background: rgba(var(--color-header-background-base), 0.6);
|
||||
padding: var(--spacing-m) !important;
|
||||
|
||||
.comment__badge {
|
||||
.icon {
|
||||
margin-bottom: -10%;
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
.claim__menu-button {
|
||||
right: calc(var(--spacing-m) - 8px) !important;
|
||||
margin-top: var(--spacing-xxs);
|
||||
|
|
Loading…
Reference in a new issue