mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-30 16:30:45 +00:00
Update vue components
This commit is contained in:
parent
80624aea83
commit
1c71d61aef
2 changed files with 2 additions and 8 deletions
|
@ -217,7 +217,7 @@
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -294,17 +294,11 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style type="text/css" scoped>
|
<style type="text/css" scoped>
|
||||||
.text-lighter {
|
|
||||||
color:#B8C2CC !important;
|
|
||||||
}
|
|
||||||
.postPresenterContainer {
|
.postPresenterContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
.cursor-pointer {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
.word-break {
|
.word-break {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
@ -348,7 +342,7 @@
|
||||||
this.$nextTick(function () {
|
this.$nextTick(function () {
|
||||||
$('[data-toggle="tooltip"]').tooltip()
|
$('[data-toggle="tooltip"]').tooltip()
|
||||||
let cachedSettings = window.ls.get('pixelfed-classicui-settings');
|
let cachedSettings = window.ls.get('pixelfed-classicui-settings');
|
||||||
if(cachedSettings.hasOwnProperty('notify')) {
|
if(cachedSettings.length && cachedSettings.hasOwnProperty('notify')) {
|
||||||
this.modes = cachedSettings;
|
this.modes = cachedSettings;
|
||||||
} else {
|
} else {
|
||||||
window.ls.set('pixelfed-classicui-settings', this.modes);
|
window.ls.set('pixelfed-classicui-settings', this.modes);
|
||||||
|
|
Loading…
Reference in a new issue