Premium Icon: Fix positioning

This commit is contained in:
Alexander Zinchuk 2022-10-17 17:51:30 +02:00
parent dc41aa0ea9
commit 27c7ac6503
3 changed files with 2 additions and 10 deletions

View File

@ -1,6 +1,6 @@
.PremiumIcon {
display: inline-block;
flex-shrink: 0;
display: flex;
width: 1rem;
height: 1rem;
@ -16,11 +16,6 @@
height: 100%;
}
&:not(.gradient) > svg {
position: relative;
top: -2px;
}
&.clickable {
cursor: pointer;
pointer-events: auto;

View File

@ -292,10 +292,6 @@
height: 1.25rem;
}
.VerifiedIcon, .PremiumIcon {
margin-top: 0.0625rem;
}
.custom-emoji {
--custom-emoji-size: 1.375rem;
}

View File

@ -220,6 +220,7 @@
.message-title-name {
display: flex;
align-items: center;
}
& > .interactive {