mirror of https://github.com/pixelfed/pixelfed.git
Update Timeline
This commit is contained in:
parent
0b21d3f79e
commit
1fdb23995e
|
@ -170,7 +170,7 @@
|
||||||
<p class="my-0 text-muted pb-0">{{profile.display_name || 'loading...'}}</p>
|
<p class="my-0 text-muted pb-0">{{profile.display_name || 'loading...'}}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-2">
|
<div class="ml-2">
|
||||||
<a :class="[optionMenuState == true ? 'text-primary' :'text-muted']" v-on:click="toggleOptionsMenu()"><i class="fas fa-cog"></i></a>
|
<a :class="[optionMenuState == true ? 'text-primary' :'text-muted']" v-on:click="toggleOptionsMenu()"><i class="fas fa-cog fa-lg"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -222,9 +222,8 @@
|
||||||
|
|
||||||
<div v-show="suggestions.length && config.ab && config.ab.rec == true" class="mb-4">
|
<div v-show="suggestions.length && config.ab && config.ab.rec == true" class="mb-4">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header bg-white text-muted d-flex justify-content-between align-items-center">
|
<div class="card-header bg-white text-center">
|
||||||
<div>Suggestions For You</div>
|
<div class="small text-dark text-uppercase font-weight-bold">Suggestions</div>
|
||||||
<div class="small text-dark"></div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body pt-0">
|
<div class="card-body pt-0">
|
||||||
<div v-for="(rec, index) in suggestions" class="media align-items-center mt-3">
|
<div v-for="(rec, index) in suggestions" class="media align-items-center mt-3">
|
||||||
|
|
Loading…
Reference in New Issue