fix: linux border render (#5046)
This commit is contained in:
@@ -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",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user