forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
0e29e864c8
commit
692078f490
1 changed files with 1 additions and 12 deletions
|
@ -32,7 +32,7 @@
|
||||||
</router-link>
|
</router-link>
|
||||||
</sequential-entrance>
|
</sequential-entrance>
|
||||||
<p class="no-history" v-if="!fetching && messages.length == 0">{{ $t('no-history') }}</p>
|
<p class="no-history" v-if="!fetching && messages.length == 0">{{ $t('no-history') }}</p>
|
||||||
<p class="fetching" v-if="fetching"><fa icon="spinner" pulse fixed-width/>{{ $t('@.loading') }}<mk-ellipsis/></p>
|
<mk-loading v-if="fetching"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -282,17 +282,6 @@ export default Vue.extend({
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .fetching {
|
|
||||||
margin: 0;
|
|
||||||
padding: 16px;
|
|
||||||
text-align: center;
|
|
||||||
color: var(--text);
|
|
||||||
|
|
||||||
> [data-icon] {
|
|
||||||
margin-right: 4px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 400px) {
|
@media (max-width: 400px) {
|
||||||
> .search {
|
> .search {
|
||||||
> .result {
|
> .result {
|
||||||
|
|
Loading…
Reference in a new issue