mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Merge overlays, move overlay to separate process (#44)
* refactor: merge two overlay offScreenBrowser into one * Electron support for shared overlay * Separate overlay into its own process * fix: invalid overlay texture size * Handle duplicate processes * Remove logging --------- Co-authored-by: pa <maplenagisa@gmail.com> Co-authored-by: rs189 <35667100+rs189@users.noreply.github.com>
This commit is contained in:
@@ -240,6 +240,30 @@ button {
|
||||
|
||||
.x-app-type {
|
||||
color: #fff;
|
||||
width: 1024px;
|
||||
height: 1536px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wrist {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0;
|
||||
width: 512px;
|
||||
height: 512px;
|
||||
z-index: 20;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.hmd {
|
||||
position: absolute;
|
||||
top: 512px;
|
||||
left: 0;
|
||||
width: 1024px;
|
||||
height: 1024px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.background {
|
||||
|
||||
Reference in New Issue
Block a user