kopia lustrzana https://github.com/pixelfed/pixelfed
Update vue components
rodzic
80624aea83
commit
1c71d61aef
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
Ładowanie…
Reference in New Issue