Compare commits

..

No commits in common. "c71b0b46d879f5c68c7dbdf3b24a9754772d48aa" and "89d3e1d21a5e0b4cc04156c70dff5c74d2832a69" have entirely different histories.

4 changed files with 6 additions and 7035 deletions

7033
src/bulmaswatch.min.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -19,4 +19,8 @@
cursor: pointer;
padding: 8px;
}
.channel--name:hover {
background: aliceblue;
color: black;
}
</style>

View File

@ -24,6 +24,8 @@
<div><a :href="author_url">{{ author_name }}</a>
&middot;
<a :href="currentItem.url" target="_new"><span class="published" v-html="niceTime"></span></a>
&middot;
<button class="button is-small" @click="$emit('followFeed', author_url)">Follow</button>
</div>
<h3 class="title is-6" v-if="currentItem.name" v-text="currentItem.name"></h3>
@ -42,7 +44,6 @@
<a @click="like">Like</a>
&middot; <a @click.prevent="openReply">Reply</a>
&middot; <a @click.prevent="repost">Repost</a>
&middot; <a @click.prevent="$emit('followFeed', author_url)" title="Try to follow the feed this item comes from">Follow</a>
&middot; <a @click.prevent="debug">Debug</a>
</span>
</small>

View File

@ -1,4 +1,3 @@
@import 'bulmaswatch.min.css';
.mb-20 {
margin-bottom: 20px;