mirror of https://github.com/zulip/zulip.git
Make status messages larger
(imported from commit 0545d9d074b828c54fbb9156cd8e647c896e2b17)
This commit is contained in:
parent
f1db96143a
commit
080f7229fc
|
@ -1191,7 +1191,7 @@ just a temporary hack.
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1201,7 +1201,7 @@ just a temporary hack.
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sender_name_hovered .sender_name {
|
.sender_name_hovered .sender_name {
|
||||||
|
|
Loading…
Reference in New Issue