fix: linux border render (#5046)

This commit is contained in:
Moon
2025-10-13 22:42:25 +08:00
committed by GitHub
parent 537a3000b6
commit 15a0c30ccb

View File

@@ -567,7 +567,6 @@ const Layout = () => {
OS === "linux" OS === "linux"
? { ? {
borderRadius: "8px", borderRadius: "8px",
border: "1px solid var(--divider-color)",
width: "100vw", width: "100vw",
height: "100vh", height: "100vh",
} }