2022-01-14 21:24:16 +01:00
|
|
|
.comment__badge {
|
|
|
|
padding-right: var(--spacing-xxs);
|
|
|
|
|
|
|
|
.icon {
|
2022-02-11 19:50:55 +01:00
|
|
|
margin-bottom: -4px;
|
|
|
|
height: 1rem;
|
|
|
|
width: 1rem;
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-03-15 03:38:45 +01:00
|
|
|
// fix badge becoming red when hovered
|
|
|
|
div[role='menuitem'] .channel__list-item .comment__badge svg,
|
|
|
|
.comment__badge svg {
|
2022-03-09 19:05:37 +01:00
|
|
|
stroke: unset !important;
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
2022-03-09 19:05:37 +01:00
|
|
|
// icon is a bit bright and loud
|
|
|
|
.icon--PremiumPlus {
|
|
|
|
filter: brightness(0.92);
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
2022-03-15 03:38:45 +01:00
|
|
|
|
|
|
|
// increase sidebar brightness
|
|
|
|
span > div.navigation__subscription-title > span > span.comment__badge {
|
|
|
|
filter: brightness(1.2);
|
|
|
|
}
|