Fix wrist overlay grey

This commit is contained in:
Natsumi
2026-02-03 15:42:02 +13:00
parent 50a037686b
commit 38cad7d2e3
2 changed files with 3 additions and 2 deletions

View File

@@ -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">

View File

@@ -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;