mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 11:42:19 +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 (
|
return (
|
||||||
<div className="app-drag p-[4px] h-[100vh]">
|
<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 className="flex justify-center items-center h-full w-[calc(100vh-8px)]">
|
||||||
<div
|
<div
|
||||||
onContextMenu={(e) => {
|
onContextMenu={(e) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user