Feature: Improve Dashboard UI (#630)

This commit is contained in:
Nithin David Thomas
2020-03-22 11:44:40 +05:30
committed by GitHub
parent 29bb2bff3a
commit fe70843fae
14 changed files with 111 additions and 51 deletions

View File

@@ -81,5 +81,6 @@ export default {
align-items: center;
justify-content: center;
text-align: center;
background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}
</style>

View File

@@ -11,7 +11,6 @@
v-else
:username="username"
:class="thumbnailClass"
background-color="#1f93ff"
color="white"
:size="avatarSize"
/>

View File

@@ -116,7 +116,7 @@ export default {
}
const key = `CHAT_LIST.ATTACHMENTS.${fileType}`;
return `
<i class="${this.$t(`${key}.ICON`)}"></i>
<i class="small-icon ${this.$t(`${key}.ICON`)}"></i>
${this.$t(`${key}.CONTENT`)}
`;
},

View File

@@ -12,7 +12,7 @@
{{ chat.meta.sender.name }}
</h3>
<button
class="user--profile__button"
class="user--profile__button clear button small"
@click="$emit('contactPanelToggle')"
>
{{ viewProfileButtonLabel }}