improve styles again

This commit is contained in:
Henry Jameson 2025-07-31 21:43:43 +03:00
commit ddcd9007dc

View file

@ -167,8 +167,7 @@
display: inline-grid; display: inline-grid;
grid-auto-flow: column; grid-auto-flow: column;
grid-gap: 0.6em; grid-gap: 0.6em;
flex: 1; font-size: 1.25rem;
font-size: 110%;
z-index: 2; z-index: 2;
align-self: end; align-self: end;
@ -242,6 +241,7 @@
.top-line { .top-line {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between;
flex: 1; flex: 1;
// these two normalize position and height when custom emoji are used // these two normalize position and height when custom emoji are used
line-height: 2; line-height: 2;