sidebar: booru: better image layout

This commit is contained in:
end-4
2024-04-02 21:55:36 +07:00
parent 516d24117c
commit 2dd100c5d9
3 changed files with 58 additions and 41 deletions
+1
View File
@@ -107,6 +107,7 @@ class BooruService extends Service {
// console.log(parsedData)
this._responses.push(parsedData.map(obj => {
return {
aspect_ratio: obj.width / obj.height,
id: obj.id,
tags: obj.tags,
md5: obj.md5,