Update PostComponent

pull/1388/head
Daniel Supernault 2019-06-16 15:42:30 -06:00
rodzic 8788bf27db
commit c37c8bd151
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -104,7 +104,7 @@
</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="status-comment">
<p :class="[status.content.length > 420 ? 'mb-1 read-more' : 'mb-1']" style="overflow: hidden;">
@ -433,7 +433,7 @@
background: transparent;
}
</style>
<style type="text/css">
<style type="text/css" scoped>
.momentui .bg-dark {
background: #000 !important;
}