edit fs button
This commit is contained in:
parent
b308e74a7c
commit
a39716a4cf
@ -127,7 +127,7 @@ export default function ExpoPage() {
|
||||
{/* 全屏按钮 */}
|
||||
<button
|
||||
onClick={toggleFs}
|
||||
className="fixed z-[60] top-2 right-2 md:top-3 md:right-3 w-9 h-9 md:w-10 md:h-10 flex items-center justify-center rounded-full bg-black/60 hover:bg-black/80 border border-white/10 text-slate-200 backdrop-blur-sm transition"
|
||||
className="fixed z-[60] bottom-2 right-2 md:bottom-3 md:right-3 w-9 h-9 md:w-10 md:h-10 flex items-center justify-center rounded-full bg-black/60 hover:bg-black/80 border border-white/10 text-slate-200 backdrop-blur-sm transition"
|
||||
aria-label={isFullscreen ? "退出全屏" : "进入全屏"}
|
||||
>
|
||||
{isFullscreen ? <Minimize2 className="w-4 h-4 md:w-5 md:h-5" /> : <Maximize2 className="w-4 h-4 md:w-5 md:h-5" />}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user