Spaces:
Running
on
Zero
Running
on
Zero
Fixing CSS not working.
Browse files
style.css
CHANGED
@@ -68,12 +68,12 @@ body {
|
|
68 |
}
|
69 |
|
70 |
.discord-btn {
|
71 |
-
position: fixed;
|
72 |
max-width: 32px;
|
73 |
height: 84px;
|
74 |
-
top: 50
|
75 |
-
right: 0;
|
76 |
-
transform: translateY(-50%);
|
77 |
display: flex;
|
78 |
align-items: center;
|
79 |
justify-content: center;
|
@@ -84,7 +84,7 @@ body {
|
|
84 |
padding: 6px 8x;
|
85 |
border-radius: 3px 0 0 3px;
|
86 |
transition: background-color 0.3s ease;
|
87 |
-
z-index: 99999991024;
|
88 |
}
|
89 |
|
90 |
.discord-btn:hover {
|
|
|
68 |
}
|
69 |
|
70 |
.discord-btn {
|
71 |
+
position: fixed !important;
|
72 |
max-width: 32px;
|
73 |
height: 84px;
|
74 |
+
top: 50% !important;
|
75 |
+
right: 0 !important;
|
76 |
+
transform: translateY(-50%) !important;
|
77 |
display: flex;
|
78 |
align-items: center;
|
79 |
justify-content: center;
|
|
|
84 |
padding: 6px 8x;
|
85 |
border-radius: 3px 0 0 3px;
|
86 |
transition: background-color 0.3s ease;
|
87 |
+
z-index: 99999991024 !important;
|
88 |
}
|
89 |
|
90 |
.discord-btn:hover {
|