1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update PostComponent

This commit is contained in:
Daniel Supernault 2019-06-16 15:42:30 -06:00
parent 8788bf27db
commit c37c8bd151
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -104,7 +104,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="d-flex flex-md-column flex-column-reverse h-100"> <div class="d-flex flex-md-column flex-column-reverse h-100" style="overflow-y: auto;">
<div class="card-body status-comments pb-5"> <div class="card-body status-comments pb-5">
<div class="status-comment"> <div class="status-comment">
<p :class="[status.content.length > 420 ? 'mb-1 read-more' : 'mb-1']" style="overflow: hidden;"> <p :class="[status.content.length > 420 ? 'mb-1 read-more' : 'mb-1']" style="overflow: hidden;">
@ -433,7 +433,7 @@
background: transparent; background: transparent;
} }
</style> </style>
<style type="text/css"> <style type="text/css" scoped>
.momentui .bg-dark { .momentui .bg-dark {
background: #000 !important; background: #000 !important;
} }