mirror of https://github.com/zulip/zulip.git
Make in-app notifications a little wider.
(and remove the colon after the sender name to make them more consistent with our desktop notifications.) (imported from commit f2f9e1ecf7766c717fe7afb0559c4771081c255b)
This commit is contained in:
parent
6f874995ff
commit
5a51417a3d
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
<div class="notifications-content">
|
||||
<strong>
|
||||
{{sender_fullname}}:
|
||||
{{sender_fullname}}
|
||||
</strong>
|
||||
<br />
|
||||
{{content}}
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
*/
|
||||
|
||||
|
||||
.notifications{position:fixed;}.notifications.top-right{right:25px;top:60px;z-index:9980;width:200px;}
|
||||
.notifications{position:fixed;}.notifications.top-right{right:25px;top:60px;z-index:9980;width:300px;}
|
||||
.notifications.top-left{left:10px;top:25px;}
|
||||
.notifications.bottom-left{left:10px;bottom:25px;}
|
||||
.notifications.bottom-right{right:10px;bottom:25px;}
|
||||
|
|
Loading…
Reference in New Issue