mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/composer: fix sticker button size
This commit is contained in:
parent
a0ce4f8cfe
commit
b563c31a27
2 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,11 @@ div.message-composer {
|
|||
height: 2rem;
|
||||
width: 2rem;
|
||||
padding: .25rem;
|
||||
|
||||
> svg {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
> input[type="file"] {
|
||||
|
|
|
@ -37,6 +37,11 @@ div.event-context-menu {
|
|||
justify-content: left;
|
||||
gap: .5rem;
|
||||
|
||||
> svg {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
|
||||
&:first-of-type {
|
||||
border-radius: .5rem .5rem 0 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue