From cc3cc145a8cc38dcb2fc123b671fac0c39450a33 Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Fri, 06 Nov 2020 17:06:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
index.html | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index b9c6bef..e1cb0ce 100644
--- a/index.html
+++ b/index.html
@@ -33,12 +33,17 @@
html {
width: 100%;
height: 100%;
- /* height: 50%;
- width: 50%; */
margin: 0;
padding: 0;
+ background: #000;
overflow: hidden;
}
+
+ .dc-hawkeye-map ,.dc-hawkeye-map-x {
+ left: unset !important;
+ bottom: 40px !important;
+ right: 55px !important;
+ }
#main-loading {
width: 100%;
--
Gitblit v1.9.3