Skip to content
Snippets Groups Projects
Commit 19e79895 authored by Tae Hoon's avatar Tae Hoon
Browse files

revert unnecessary changes

parent beaf5125
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!770Add ability to pin posts
......@@ -57,12 +57,12 @@
<a :href="status.external_url" target="_blank" v-if="!status.is_local && !isPreview" class="source_url" title="Source">
<i class="button-icon icon-link-ext-alt"></i>
</a>
<div class="button-icon button-action-icon" v-if="expandable && !isPreview" @click.prevent="toggleExpanded" title="Expand">
<i class="icon-plus-squared"></i>
</div>
<div class="button-icon button-action-icon" v-if="unmuted" @click.prevent="toggleMute" title="Toggle Mute">
<i class="icon-eye-off"></i>
</div>
<template v-if="expandable && !isPreview">
<a href="#" @click.prevent="toggleExpanded" title="Expand">
<i class="button-icon icon-plus-squared"></i>
</a>
</template>
<a href="#" @click.prevent="toggleMute" v-if="unmuted"><i class="button-icon icon-eye-off"></i></a>
</span>
</div>
......@@ -690,10 +690,6 @@ a.unmute {
}
}
.button-action-icon {
cursor: pointer;
}
@media all and (max-width: 800px) {
.status-el {
.retweet-info {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment