Compare commits
2 Commits
89d3e1d21a
...
c71b0b46d8
| Author | SHA1 | Date | |
|---|---|---|---|
| c71b0b46d8 | |||
| daa47af94c |
7033
src/bulmaswatch.min.css
vendored
Normal file
7033
src/bulmaswatch.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -19,8 +19,4 @@
|
|||
cursor: pointer;
|
||||
padding: 8px;
|
||||
}
|
||||
.channel--name:hover {
|
||||
background: aliceblue;
|
||||
color: black;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -24,8 +24,6 @@
|
|||
<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>
|
||||
|
|
@ -44,6 +42,7 @@
|
|||
<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,3 +1,4 @@
|
|||
@import 'bulmaswatch.min.css';
|
||||
|
||||
.mb-20 {
|
||||
margin-bottom: 20px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user