Chore: UI fixes and enhancements (#796)

Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
Nithin David Thomas
2020-05-02 09:47:36 +05:30
committed by GitHub
parent 8906fd808d
commit a951fb20cb
29 changed files with 335 additions and 250 deletions

View File

@@ -44,12 +44,12 @@ export default {
.file {
display: flex;
flex-direction: row;
padding: $space-normal;
padding: $space-smaller 0;
cursor: pointer;
.icon-wrap {
font-size: $font-size-giga;
color: $color-woot;
color: $color-white;
line-height: 1;
margin-left: $space-smaller;
margin-right: $space-slab;
@@ -57,15 +57,22 @@ export default {
.text-block-title {
margin: 0;
color: $color-white;
font-weight: $font-weight-bold;
}
.button {
padding: 0;
margin: 0;
color: $color-primary-light;
}
.meta {
padding-right: $space-two;
}
.time {
min-width: $space-larger;
}
}
</style>

View File

@@ -1,7 +1,7 @@
<template>
<span class="message-text__wrap">
<span class="time">{{ readableTime }}</span>
<span v-html="message"></span>
<span class="time">{{ readableTime }}</span>
</span>
</template>