mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Merge pull request #1270 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
326ed0950f
3 changed files with 3 additions and 3 deletions
2
public/js/timeline.js
vendored
2
public/js/timeline.js
vendored
File diff suppressed because one or more lines are too long
|
@ -11,5 +11,5 @@
|
||||||
"/js/profile.js": "/js/profile.js?id=6386a007bdb1796dcc80",
|
"/js/profile.js": "/js/profile.js?id=6386a007bdb1796dcc80",
|
||||||
"/js/search.js": "/js/search.js?id=0d3d080dc05f4f49b204",
|
"/js/search.js": "/js/search.js?id=0d3d080dc05f4f49b204",
|
||||||
"/js/status.js": "/js/status.js?id=a95243f92346f1724a35",
|
"/js/status.js": "/js/status.js?id=a95243f92346f1724a35",
|
||||||
"/js/timeline.js": "/js/timeline.js?id=f3b32f6eea88152f206e"
|
"/js/timeline.js": "/js/timeline.js?id=886a37b7797334038852"
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<h6 class="text-muted font-weight-bold mb-0">Suggestions For You</h6>
|
<h6 class="text-muted font-weight-bold mb-0">Suggestions For You</h6>
|
||||||
<span class="cursor-pointer text-muted" v-on:click="hideSuggestions"><i class="fas fa-times"></i></span>
|
<span class="cursor-pointer text-muted" v-on:click="hideSuggestions"><i class="fas fa-times"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body row">
|
<div class="card-body row mx-0">
|
||||||
<div class="col-12 col-md-4 mb-3" v-for="(rec, index) in suggestions">
|
<div class="col-12 col-md-4 mb-3" v-for="(rec, index) in suggestions">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body text-center pt-3">
|
<div class="card-body text-center pt-3">
|
||||||
|
|
Loading…
Add table
Reference in a new issue