1
0
Fork 0

Update vue components

This commit is contained in:
Daniel Supernault 2019-02-21 21:08:39 -07:00
parent 80624aea83
commit 1c71d61aef
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 2 additions and 8 deletions

View File

@ -217,7 +217,7 @@
</a>
</p>
</div>
<p class="float-right"><a class="btn btn-primary font-weight-bold py-1" href="#">Follow</a></p>
<p class="float-right"><!-- <a class="btn btn-primary font-weight-bold py-1" href="#">Follow</a> --></p>
</div>
</div>
</div>

View File

@ -294,17 +294,11 @@
</template>
<style type="text/css" scoped>
.text-lighter {
color:#B8C2CC !important;
}
.postPresenterContainer {
display: flex;
align-items: center;
background: #fff;
}
.cursor-pointer {
cursor: pointer;
}
.word-break {
word-break: break-all;
}
@ -348,7 +342,7 @@
this.$nextTick(function () {
$('[data-toggle="tooltip"]').tooltip()
let cachedSettings = window.ls.get('pixelfed-classicui-settings');
if(cachedSettings.hasOwnProperty('notify')) {
if(cachedSettings.length && cachedSettings.hasOwnProperty('notify')) {
this.modes = cachedSettings;
} else {
window.ls.set('pixelfed-classicui-settings', this.modes);