forked from AkkomaGang/akkoma-fe
revert unnecessary changes
This commit is contained in:
parent
beaf512573
commit
19e79895bb
1 changed files with 6 additions and 10 deletions
|
@ -57,12 +57,12 @@
|
||||||
<a :href="status.external_url" target="_blank" v-if="!status.is_local && !isPreview" class="source_url" title="Source">
|
<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>
|
<i class="button-icon icon-link-ext-alt"></i>
|
||||||
</a>
|
</a>
|
||||||
<div class="button-icon button-action-icon" v-if="expandable && !isPreview" @click.prevent="toggleExpanded" title="Expand">
|
<template v-if="expandable && !isPreview">
|
||||||
<i class="icon-plus-squared"></i>
|
<a href="#" @click.prevent="toggleExpanded" title="Expand">
|
||||||
</div>
|
<i class="button-icon icon-plus-squared"></i>
|
||||||
<div class="button-icon button-action-icon" v-if="unmuted" @click.prevent="toggleMute" title="Toggle Mute">
|
</a>
|
||||||
<i class="icon-eye-off"></i>
|
</template>
|
||||||
</div>
|
<a href="#" @click.prevent="toggleMute" v-if="unmuted"><i class="button-icon icon-eye-off"></i></a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -690,10 +690,6 @@ a.unmute {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-action-icon {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (max-width: 800px) {
|
@media all and (max-width: 800px) {
|
||||||
.status-el {
|
.status-el {
|
||||||
.retweet-info {
|
.retweet-info {
|
||||||
|
|
Loading…
Reference in a new issue