|
|
@@ -176,7 +176,7 @@
|
|
|
#thumb-container {
|
|
|
width: 100% !important;
|
|
|
display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
+ justify-content: center;
|
|
|
align-items: center;
|
|
|
gap: 10px;
|
|
|
.thumbImg {
|
|
|
@@ -232,8 +232,8 @@
|
|
|
|
|
|
.sectionIndex {
|
|
|
position: fixed;
|
|
|
- top: 225px;
|
|
|
- right: 10px;
|
|
|
+ top: 225px;
|
|
|
+ right: 10px;
|
|
|
.sectionIndexImg {
|
|
|
width: 125px;
|
|
|
height: 100%;
|
|
|
@@ -253,12 +253,12 @@
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
z-index: 30000;
|
|
|
- .arrL{
|
|
|
+ .arrL {
|
|
|
position: absolute;
|
|
|
left: 2%;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
- .arrR{
|
|
|
+ .arrR {
|
|
|
position: absolute;
|
|
|
right: 2%;
|
|
|
cursor: pointer;
|
|
|
@@ -345,10 +345,12 @@
|
|
|
top: 24px;
|
|
|
font-size: 10px;
|
|
|
color: #fff;
|
|
|
- text-shadow: 0 0 5px rgba(253, 251, 178, 0.8), 0 0 10px rgba(253, 251, 178, 0.6);
|
|
|
+ text-shadow:
|
|
|
+ 0 0 5px rgba(253, 251, 178, 0.8),
|
|
|
+ 0 0 10px rgba(253, 251, 178, 0.6);
|
|
|
}
|
|
|
#gui-modes-map {
|
|
|
- background-color:#23362F ;
|
|
|
+ background-color: #23362f;
|
|
|
border-radius: 25px;
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
@@ -385,7 +387,7 @@
|
|
|
background: transparent !important;
|
|
|
right: 20px;
|
|
|
padding: 0 !important;
|
|
|
- .logo{
|
|
|
+ .logo {
|
|
|
display: none;
|
|
|
}
|
|
|
.splitImg {
|
|
|
@@ -394,7 +396,7 @@
|
|
|
}
|
|
|
|
|
|
.rightViewContainer {
|
|
|
- background-color:#23362F ;
|
|
|
+ background-color: #23362f;
|
|
|
border-radius: 25px;
|
|
|
margin-right: 10px;
|
|
|
width: 45px;
|