Realign & resize premium badges on channels page & channel page

This commit is contained in:
Raphael Wickihalder 2022-03-10 17:44:54 +01:00
parent 9ad2dc7519
commit 1f12cc594c
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -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);