mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/stickerpicker: fix size on small screens
This commit is contained in:
parent
2c489fa582
commit
66c850717a
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ div.emoji-picker, div.sticker-picker {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 37.5rem) {
|
||||
div.emoji-picker, div.gif-picker {
|
||||
div.emoji-picker, div.gif-picker, div.sticker-picker {
|
||||
inset: 0 0 3rem 0 !important;
|
||||
width: 100%;
|
||||
height: calc(100% - 3rem);
|
||||
|
|
Loading…
Add table
Reference in a new issue