mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50:30 +08:00
add border for floating window
This commit is contained in:
parent
34b7ba97b7
commit
c0a1dc6056
@ -26,7 +26,7 @@ const FloatingApp: React.FC = () => {
|
||||
}, [])
|
||||
return (
|
||||
<div className="app-drag p-[4px] h-[100vh]">
|
||||
<div className="floating-bg drop-shadow-md flex rounded-[calc(calc(100vh-8px)/2)] bg-content1 h-[calc(100vh-8px)] w-[calc(100vw-8px)]">
|
||||
<div className="floating-bg border-1 border-divider drop-shadow-md flex rounded-[calc(calc(100vh-8px)/2)] bg-content1 h-[calc(100vh-8px)] w-[calc(100vw-8px)]">
|
||||
<div className="flex justify-center items-center h-full w-[calc(100vh-8px)]">
|
||||
<div
|
||||
onContextMenu={(e) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user