mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
修改关闭按钮
This commit is contained in:
parent
c5af92fa04
commit
4957bbfd29
@ -98,7 +98,7 @@ function useSwitchTheme() {
|
|||||||
//用于关闭广告的
|
//用于关闭广告的
|
||||||
const closeDiv = document.createElement("div");
|
const closeDiv = document.createElement("div");
|
||||||
|
|
||||||
closeDiv.style.width = "6%";
|
// closeDiv.style.width = "6%";
|
||||||
closeDiv.style.height = "3%";
|
closeDiv.style.height = "3%";
|
||||||
//居右
|
//居右
|
||||||
closeDiv.style.float = "right";
|
closeDiv.style.float = "right";
|
||||||
@ -193,7 +193,7 @@ function useSwitchTheme() {
|
|||||||
//用于关闭广告的
|
//用于关闭广告的
|
||||||
const closeDiv = document.createElement("div");
|
const closeDiv = document.createElement("div");
|
||||||
|
|
||||||
closeDiv.style.width = "6%";
|
// closeDiv.style.width = "6%";
|
||||||
closeDiv.style.height = "3%";
|
closeDiv.style.height = "3%";
|
||||||
//居右
|
//居右
|
||||||
closeDiv.style.float = "right";
|
closeDiv.style.float = "right";
|
||||||
|
Loading…
Reference in New Issue
Block a user