mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 07:48:49 +01:00
This commit is contained in:
parent
44d8d49851
commit
c744257805
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ export class Background {
|
|||
} else if (type === "show-random") {
|
||||
let html = "";
|
||||
bgs.forEach((item: string, index: number) => {
|
||||
html += `<div data-index="${index}" style="${item}" class="b3-card b3-card--wrap"></div>`;
|
||||
html += `<div data-index="${index}" style="height: 128px;${item}" class="b3-card b3-card--wrap"></div>`;
|
||||
});
|
||||
const dialog = new Dialog({
|
||||
title: window.siyuan.languages.random,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue