cleanup/better naming

This commit is contained in:
shpuld 2017-02-21 10:22:04 +02:00
parent c244067787
commit 3d69a91aba
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="status-el base00-background" v-if="!status.deleted" v-bind:class="{ 'reply-status': !expandable }">
<div class="status-el base00-background" v-if="!status.deleted" v-bind:class="{ 'expanded-status': !expandable }">
<template v-if="muted">
<div class="media status container muted">
<small><router-link :to="{ name: 'user-profile', params: { id: status.user.id } }">{{status.user.screen_name}}</router-link></small>
@ -121,9 +121,8 @@
}
}
.reply-status {
.expanded-status {
border-left: 4px solid rgba(255, 48, 16, 0.65);
//border-right: 1px dotted;
}
.status-actions {