forked from cybrespace/pinafore
parent
9a79a6ff7f
commit
a6039f6247
|
@ -1,5 +1,5 @@
|
||||||
{#if mentions.length}
|
{#if mentions.length}
|
||||||
<div class="status-mentions">
|
<div class="status-mentions {isStatusInOwnThread ? 'status-in-own-thread' : ''}">
|
||||||
<p>
|
<p>
|
||||||
{#each mentions as mention, i}
|
{#each mentions as mention, i}
|
||||||
{#if i > 0}
|
{#if i > 0}
|
||||||
|
@ -22,6 +22,12 @@
|
||||||
margin: 10px 0 10px 5px;
|
margin: 10px 0 10px 5px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status-mentions.status-in-own-thread {
|
||||||
|
font-size: 1.3em;
|
||||||
|
margin: 20px 10px 20px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
|
|
Loading…
Reference in New Issue