mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Made emoji size in scale with text size in channel header (#23743)
This commit is contained in:
@@ -402,6 +402,15 @@
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.emoticon {
|
||||
width: 18.8px;
|
||||
min-width: 18.8px;
|
||||
max-width: 18.8px;
|
||||
height: 18.8px;
|
||||
min-height: 18.8px;
|
||||
max-height: 18.8px;
|
||||
}
|
||||
}
|
||||
|
||||
.markdown__heading {
|
||||
|
||||
Reference in New Issue
Block a user