Premium Icon: Fix positioning
This commit is contained in:
parent
dc41aa0ea9
commit
27c7ac6503
@ -1,6 +1,6 @@
|
|||||||
.PremiumIcon {
|
.PremiumIcon {
|
||||||
display: inline-block;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
display: flex;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
|
|
||||||
@ -16,11 +16,6 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.gradient) > svg {
|
|
||||||
position: relative;
|
|
||||||
top: -2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.clickable {
|
&.clickable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
|
|||||||
@ -292,10 +292,6 @@
|
|||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.VerifiedIcon, .PremiumIcon {
|
|
||||||
margin-top: 0.0625rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.custom-emoji {
|
.custom-emoji {
|
||||||
--custom-emoji-size: 1.375rem;
|
--custom-emoji-size: 1.375rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -220,6 +220,7 @@
|
|||||||
|
|
||||||
.message-title-name {
|
.message-title-name {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > .interactive {
|
& > .interactive {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user