mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Fix wrist overlay grey
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div id="x-app" class="x-app x-app-type">
|
||||
<div class="wrist" :style="{ background: config && config.backgroundEnabled ? 'grey' : undefined }">
|
||||
<div class="wrist" :class="{ background: config && config.backgroundEnabled }">
|
||||
<div class="x-container" style="flex: 1">
|
||||
<div class="x-friend-list" ref="list" style="color: #aaa">
|
||||
<template v-if="config && config.minimalFeed">
|
||||
|
||||
@@ -252,7 +252,8 @@ button {
|
||||
top: 0px;
|
||||
left: 0;
|
||||
width: 512px;
|
||||
height: 512px;
|
||||
height: 510px;
|
||||
margin-bottom: 2px;
|
||||
z-index: 20;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user