Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/demo/libredb-studio-demo-mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
#__bundler_thumbnail { position: fixed; inset: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #030303; z-index: 9999; }
#__bundler_thumbnail svg { width: 100%; height: 100%; object-fit: contain; }
#__bundler_placeholder { color: #999; font-size: 14px; }
/* libredb-website patch: the unpack placeholder — a blue bolt on a dark card,
plus an "Unpacking..." pill — flashed in the frame before the walkthrough
appeared. Our wrapper already paints the box, so hide both and let the
frame stay empty until the real document replaces this one. Nothing in
the unpacking script touches these two elements. Re-apply if these
bundles are regenerated. */
#__bundler_thumbnail, #__bundler_loading { display: none !important; }
</style>
<noscript>
<style>#__bundler_loading { display: none; }</style>
Expand Down
7 changes: 7 additions & 0 deletions public/demo/libredb-studio-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
#__bundler_thumbnail { position: fixed; inset: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #030303; z-index: 9999; }
#__bundler_thumbnail svg { width: 100%; height: 100%; object-fit: contain; }
#__bundler_placeholder { color: #999; font-size: 14px; }
/* libredb-website patch: the unpack placeholder — a blue bolt on a dark card,
plus an "Unpacking..." pill — flashed in the frame before the walkthrough
appeared. Our wrapper already paints the box, so hide both and let the
frame stay empty until the real document replaces this one. Nothing in
the unpacking script touches these two elements. Re-apply if these
bundles are regenerated. */
#__bundler_thumbnail, #__bundler_loading { display: none !important; }
</style>
<noscript>
<style>#__bundler_loading { display: none; }</style>
Expand Down
Loading