forked from AkkomaGang/akkoma-fe
cleanup/better naming
This commit is contained in:
parent
c244067787
commit
3d69a91aba
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<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">
|
<template v-if="muted">
|
||||||
<div class="media status container 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>
|
<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-left: 4px solid rgba(255, 48, 16, 0.65);
|
||||||
//border-right: 1px dotted;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-actions {
|
.status-actions {
|
||||||
|
|
Loading…
Reference in a new issue