diff options
| author | shpuld <shpuld@gmail.com> | 2017-02-21 10:22:04 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-02-21 10:22:04 +0200 |
| commit | 3d69a91abae0d4e43da237ea7336cdeb7bd8b9d8 (patch) | |
| tree | d85f0c80053458387532c50f5f7a2455107d278e /src | |
| parent | c24406778742382f984bc2c4f6aeee99cafa3b95 (diff) | |
cleanup/better naming
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index bf22ee07..f111c2d5 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -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 { |
