flex not block for preview div
This commit is contained in:
parent
cf54655bb2
commit
33a423ebe1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ window.addEventListener("DOMContentLoaded", (e) => {
|
||||||
location.pathname.split("/").includes("_preview") ||
|
location.pathname.split("/").includes("_preview") ||
|
||||||
location.hash.startsWith("#/_edit")
|
location.hash.startsWith("#/_edit")
|
||||||
) {
|
) {
|
||||||
preview.style.display = "block";
|
preview.style.display = "flex";
|
||||||
}
|
}
|
||||||
|
|
||||||
let par = document.querySelector(
|
let par = document.querySelector(
|
||||||
|
|
Loading…
Add table
Reference in a new issue