diff options
| author | shpuld <shp@cock.li> | 2018-04-12 19:51:33 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-12 19:51:33 +0300 |
| commit | 8db70ffa8598b6ef143f6b6714e30fa9d08aa7d9 (patch) | |
| tree | b5f3eda53b88d7cdd4920c8d3df45effbedd31fb /src/components/chat_panel/chat_panel.vue | |
| parent | 7ccbec217a11dea55a0b4f30ef1908be614b64df (diff) | |
Fix missing border radii and read button text color
Diffstat (limited to 'src/components/chat_panel/chat_panel.vue')
| -rw-r--r-- | src/components/chat_panel/chat_panel.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue index 46e011dc..dea9b703 100644 --- a/src/components/chat_panel/chat_panel.vue +++ b/src/components/chat_panel/chat_panel.vue @@ -30,7 +30,7 @@ </div> <div v-else class="chat-panel"> <div class="panel panel-default"> - <div class="panel-heading panel-footer timeline-heading chat-heading" @click.stop.prevent="togglePanel"> + <div class="panel-heading stub timeline-heading chat-heading" @click.stop.prevent="togglePanel"> <div class="title"> {{$t('chat.title')}} <i class="icon-plus-squared" style="float: right;"></i> |
