Add files via upload

This commit is contained in:
Cola-Echo
2025-12-30 01:33:49 +08:00
committed by GitHub
parent c97f2958ce
commit 7eea07ede1
2 changed files with 2 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ function renderGiftContent() {
const gridContainer = document.getElementById('wechat-gift-grid'); const gridContainer = document.getElementById('wechat-gift-grid');
const sendBtn = document.getElementById('wechat-gift-send'); const sendBtn = document.getElementById('wechat-gift-send');
const targetContainer = document.getElementById('wechat-gift-target'); const targetContainer = document.getElementById('wechat-gift-target');
const headerEl = document.querySelector('.wechat-gift-header'); const headerEl = document.querySelector('.wechat-gift-navbar');
if (!tabsContainer || !gridContainer) return; if (!tabsContainer || !gridContainer) return;

View File

@@ -10518,6 +10518,7 @@
.wechat-gift-navbar { .wechat-gift-navbar {
background: #111111 !important; background: #111111 !important;
position: relative;
} }
.wechat-gift-navbar .wechat-navbar-title { .wechat-gift-navbar .wechat-navbar-title {