mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Fix debugger alignment
This commit is contained in:
parent
b2cb4406fa
commit
3458498f6a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ function Wrapper() {
|
|||
{...getRootProps()}
|
||||
style={{
|
||||
height: "100vh",
|
||||
width: "100vh",
|
||||
width: "100vw",
|
||||
backgroundColor: isDragActive ? "yellow" : "white",
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue