mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-17 12:11:28 -06:00
feat: ffprobe for stream checking, drop overlay using webview
This commit is contained in:
@@ -37,16 +37,3 @@ body {
|
||||
height: 100vh;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#drop-target {
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
background-color: rgb(0, 0, 0, 0.5) !important;
|
||||
}
|
||||
|
||||
.wails-drop-target-active {
|
||||
#drop-target {
|
||||
pointer-events: auto;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user