This commit is contained in:
parent
d0bbeeee52
commit
44f041587c
|
@ -453,12 +453,12 @@ function showReactions(): void {
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
background: var(--popup);
|
background: var(--popup);
|
||||||
border-radius: 6px;
|
border-radius: 8px;
|
||||||
box-shadow: 0px 4px 32px var(--shadow);
|
box-shadow: 0px 4px 32px var(--shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerButton {
|
.footerButton {
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
Loading…
Reference in New Issue