1
0
Fork 0
forked from Mirrors/gomuks

web/composer: fix sticker button size

This commit is contained in:
Tulir Asokan 2024-12-23 21:27:15 +02:00
parent a0ce4f8cfe
commit b563c31a27
2 changed files with 10 additions and 0 deletions

View file

@ -34,6 +34,11 @@ div.message-composer {
height: 2rem; height: 2rem;
width: 2rem; width: 2rem;
padding: .25rem; padding: .25rem;
> svg {
width: 1.5rem;
height: 1.5rem;
}
} }
> input[type="file"] { > input[type="file"] {

View file

@ -37,6 +37,11 @@ div.event-context-menu {
justify-content: left; justify-content: left;
gap: .5rem; gap: .5rem;
> svg {
width: 1.5rem;
height: 1.5rem;
}
&:first-of-type { &:first-of-type {
border-radius: .5rem .5rem 0 0; border-radius: .5rem .5rem 0 0;
} }