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