Reduce emoji size, improve code

This commit is contained in:
bingus_violet 2024-06-11 21:47:13 -05:00
parent bbf2c5113f
commit f5324a7aa6
2 changed files with 7 additions and 1 deletions

View file

@ -65,6 +65,12 @@
display: inline-block;
}
.emoji {
max-width: 32px !important;
vertical-align: top;
padding: 0;
}
img:not(.project-inner > div > img):not(.activity>img) {
width: 100%;
max-width: 168px;