mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 07:11:15 +03:00
Fix avatars inside text expander menu
This commit is contained in:
parent
695b246401
commit
19074844be
1 changed files with 3 additions and 3 deletions
|
@ -172,10 +172,10 @@
|
|||
align-items: center;
|
||||
font-size: 90%;
|
||||
}
|
||||
#compose-container .text-expander-menu li img {
|
||||
#compose-container .text-expander-menu li b img {
|
||||
/* The shortcode emojis */
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
width: 0.9em;
|
||||
height: 0.9em;
|
||||
}
|
||||
#compose-container .text-expander-menu li .avatar {
|
||||
width: 2.2em;
|
||||
|
|
Loading…
Add table
Reference in a new issue