This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user