aboutsummaryrefslogtreecommitdiff
path: root/assets/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/main.css')
-rw-r--r--assets/main.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/assets/main.css b/assets/main.css
index a89ea8e..76ee40f 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -152,7 +152,6 @@ body, html {
#details {
padding-top: 10px !important;
padding-bottom: 10px !important;
- display: none;
}
#results-intro-bar-submit {
@@ -283,4 +282,20 @@ div.searchbtn input {
.home-btn:active {
border-color: #777;
background: #353535;
+}
+
+#details-inner {
+ padding: 10px 20px;
+ background: #151515;
+ border-radius: 5px;
+}
+
+#details-loader {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+#details-loader img {
+ width: 64px;
} \ No newline at end of file