Skip to content

Commit

Permalink
Final: Enhanced app's loading times (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 23, 2024
1 parent 35b677a commit b1e2de2
Show file tree
Hide file tree
Showing 2 changed files with 1,485 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
border-radius: 8px;
}

@media (max-width: 767px) {
#translate_control {
display: block;
Expand All @@ -116,7 +115,6 @@
z-index: 1000000;
}
}

.translate-trigger {
background-color: #7378c5;
color: white;
Expand All @@ -128,7 +126,6 @@
background-color: #ff8623;
transition: 0.1s ease-in;
}

#google_translate_element {
display: none;
position: fixed;
Expand All @@ -143,7 +140,6 @@
font: inherit;
color: white;
}

.goog-te-combo {
background-color: #7378c5 !important;
color: white !important;
Expand All @@ -152,16 +148,13 @@
font-size: 15px !important;
padding-left: 5px !important;
}

.skiptranslate {
color: white !important;
}

.goog-te-banner-frame {
opacity: 0.8 !important;
background-color: #f4f4f4 !important;
}

@media (max-width: 767px) {
#google_translate_element {
bottom: 120px;
Expand All @@ -171,13 +164,11 @@
bottom: 70px;
}
}

.load-more-container {
width: 100%;
text-align: center;
margin-top: 20px;
}

.load-more-container button {
margin: 10px auto;
background-color: #7378c5;
Expand All @@ -190,15 +181,12 @@
display: block;
transition: background-color 0.3s ease;
}

.load-more-container button:hover {
background-color: #ff8623;
}

#ad-container2 {
display: none;
}

@media (max-width: 768px) {
#ad-container2 {
display: block;
Expand Down
Loading

0 comments on commit b1e2de2

Please sign in to comment.