Commit b832285d authored by JC Brand's avatar JC Brand

Markup fix to allow bigger chatview avatar

parent 862af642
......@@ -43,7 +43,6 @@
background-color: $chat-head-color;
}
.user-custom-message {
clear: left;
color: white;
font-size: 80%;
font-style: italic;
......@@ -52,7 +51,7 @@
text-overflow: ellipsis;
white-space: nowrap;
margin: 0;
padding-top: 0.2em;
padding-top: 0.5em;
}
}
.chatbox-btn {
......
......@@ -12,8 +12,8 @@
{[ if (url) { ]}
</a>
{[ } ]}
<p class="user-custom-message"><p/>
</div>
<p class="user-custom-message"><p/>
</div>
<div class="chat-body">
<div class="chat-content"></div>
......
......@@ -5,8 +5,10 @@
<div class="chat-head chat-head-chatroom">
<a class="chatbox-btn close-chatbox-button icon-close" title="{{info_close}}"></a>
<a class="chatbox-btn configure-chatroom-button icon-wrench" title="{{info_configure}} "style="display:none"></a>
<div class="chat-title"> {{ _.escape(name) }} </div>
<p class="chatroom-topic"><p/>
<div class="chat-title">
{{ _.escape(name) }}
<p class="chatroom-topic"><p/>
</div>
</div>
<div class="chat-body chatroom-body"><span class="spinner centered"/></div>
</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment