mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Larger emoji.
(imported from commit 3fb9a5df7fde4cd073f344d9aed5cb16c1b0de71)
This commit is contained in:
committed by
Zev Benjamin
parent
96f6939284
commit
b80af20541
@@ -1225,7 +1225,7 @@ a.bottom-signup-button {
|
||||
}
|
||||
|
||||
.emoji {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
@@ -2785,9 +2785,11 @@ button.topic_edit_cancel {
|
||||
}
|
||||
|
||||
.emoji {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
vertical-align: text-bottom;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
margin-top: -7px;
|
||||
}
|
||||
|
||||
#sending-indicator {
|
||||
|
||||
Reference in New Issue
Block a user