Compare commits
No commits in common. "c71b0b46d879f5c68c7dbdf3b24a9754772d48aa" and "89d3e1d21a5e0b4cc04156c70dff5c74d2832a69" have entirely different histories.
c71b0b46d8
...
89d3e1d21a
7033
src/bulmaswatch.min.css
vendored
7033
src/bulmaswatch.min.css
vendored
File diff suppressed because it is too large
Load Diff
|
|
@ -19,4 +19,8 @@
|
|||
cursor: pointer;
|
||||
padding: 8px;
|
||||
}
|
||||
.channel--name:hover {
|
||||
background: aliceblue;
|
||||
color: black;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -24,6 +24,8 @@
|
|||
<div><a :href="author_url">{{ author_name }}</a>
|
||||
·
|
||||
<a :href="currentItem.url" target="_new"><span class="published" v-html="niceTime"></span></a>
|
||||
·
|
||||
<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>
|
||||
· <a @click.prevent="openReply">Reply</a>
|
||||
· <a @click.prevent="repost">Repost</a>
|
||||
· <a @click.prevent="$emit('followFeed', author_url)" title="Try to follow the feed this item comes from">Follow</a>
|
||||
· <a @click.prevent="debug">Debug</a>
|
||||
</span>
|
||||
</small>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
@import 'bulmaswatch.min.css';
|
||||
|
||||
.mb-20 {
|
||||
margin-bottom: 20px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user