Premium Icon: Fix positioning
This commit is contained in:
parent
dc41aa0ea9
commit
27c7ac6503
@ -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;
|
||||
|
||||
@ -292,10 +292,6 @@
|
||||
height: 1.25rem;
|
||||
}
|
||||
|
||||
.VerifiedIcon, .PremiumIcon {
|
||||
margin-top: 0.0625rem;
|
||||
}
|
||||
|
||||
.custom-emoji {
|
||||
--custom-emoji-size: 1.375rem;
|
||||
}
|
||||
|
||||
@ -220,6 +220,7 @@
|
||||
|
||||
.message-title-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
& > .interactive {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user