Commit b832285d authored by JC Brand's avatar JC Brand

Markup fix to allow bigger chatview avatar

parent 862af642
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
background-color: $chat-head-color; background-color: $chat-head-color;
} }
.user-custom-message { .user-custom-message {
clear: left;
color: white; color: white;
font-size: 80%; font-size: 80%;
font-style: italic; font-style: italic;
...@@ -52,7 +51,7 @@ ...@@ -52,7 +51,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
margin: 0; margin: 0;
padding-top: 0.2em; padding-top: 0.5em;
} }
} }
.chatbox-btn { .chatbox-btn {
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
{[ if (url) { ]} {[ if (url) { ]}
</a> </a>
{[ } ]} {[ } ]}
<p class="user-custom-message"><p/>
</div> </div>
<p class="user-custom-message"><p/>
</div> </div>
<div class="chat-body"> <div class="chat-body">
<div class="chat-content"></div> <div class="chat-content"></div>
......
...@@ -5,8 +5,10 @@ ...@@ -5,8 +5,10 @@
<div class="chat-head chat-head-chatroom"> <div class="chat-head chat-head-chatroom">
<a class="chatbox-btn close-chatbox-button icon-close" title="{{info_close}}"></a> <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> <a class="chatbox-btn configure-chatroom-button icon-wrench" title="{{info_configure}} "style="display:none"></a>
<div class="chat-title"> {{ _.escape(name) }} </div> <div class="chat-title">
<p class="chatroom-topic"><p/> {{ _.escape(name) }}
<p class="chatroom-topic"><p/>
</div>
</div> </div>
<div class="chat-body chatroom-body"><span class="spinner centered"/></div> <div class="chat-body chatroom-body"><span class="spinner centered"/></div>
</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