feat: sync interactive image previews
Engine CI / test (push) Waiting to run

This commit is contained in:
2026-08-30 22:20:30 +08:00
parent e3b0b2d576
commit e23fa413be
11 changed files with 1296 additions and 117 deletions
+10 -16
View File
@@ -1,3 +1,12 @@
.slidev-icon-btn[title="Presenter Mode"],
.slidev-icon-btn[title="演示者模式"],
.slidev-icon-btn[aria-label="Presenter Mode"],
.slidev-icon-btn[aria-label="演示者模式"],
[class~="w-1px"]:has(+ .slidev-icon-btn[title="Presenter Mode"]),
[class~="w-1px"]:has(+ .slidev-icon-btn[title="演示者模式"]) {
display: none !important;
}
.easy-presenter-gate {
position: fixed;
inset: 0;
@@ -65,8 +74,7 @@ body.easy-presenter-locked {
}
.easy-presenter-dialog button,
.easy-presenter-tools button,
.easy-presenter-launcher {
.easy-presenter-tools button {
border: 0;
border-radius: 6px;
background: var(--easy-accent);
@@ -81,20 +89,6 @@ body.easy-presenter-locked {
font-weight: 600;
}
.easy-presenter-launcher {
position: fixed;
right: 18px;
bottom: 18px;
z-index: 60;
opacity: .22;
transition: opacity .16s ease;
}
.easy-presenter-launcher:hover,
.easy-presenter-launcher:focus-visible {
opacity: 1;
}
.easy-presenter-tools {
position: fixed;
top: 12px;