Spaces:
Running
Running
Responsiveness adjustment
Browse files- client/css/sidebar.css +18 -15
client/css/sidebar.css
CHANGED
@@ -94,28 +94,26 @@
|
|
94 |
overflow-y: auto;
|
95 |
}
|
96 |
|
97 |
-
|
98 |
-
|
99 |
@keyframes spinner {
|
100 |
to {
|
101 |
transform: rotate(360deg);
|
102 |
}
|
103 |
}
|
104 |
|
105 |
-
/* scrollbar */
|
106 |
-
.sidebar .top::-webkit-scrollbar {
|
107 |
width: 4px;
|
108 |
padding: 8px 0px;
|
109 |
-
}
|
110 |
-
|
111 |
-
.sidebar .top::-webkit-scrollbar-track {
|
112 |
-
background-color: #ffffff00;
|
113 |
-
}
|
114 |
-
|
115 |
-
.sidebar .top::-webkit-scrollbar-thumb {
|
116 |
-
background-color: #555555;
|
117 |
-
border-radius: 10px;
|
118 |
-
}
|
119 |
|
120 |
.spinner:before {
|
121 |
content: "";
|
@@ -179,13 +177,18 @@
|
|
179 |
}
|
180 |
}
|
181 |
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
@media (min-width: 768px) {
|
183 |
.sidebar.shown {
|
184 |
position: static;
|
185 |
width: auto;
|
186 |
height: auto;
|
187 |
background-color: transparent;
|
188 |
-
padding-top: 64px;
|
189 |
}
|
190 |
|
191 |
.sidebar.shown .box {
|
|
|
94 |
overflow-y: auto;
|
95 |
}
|
96 |
|
|
|
|
|
97 |
@keyframes spinner {
|
98 |
to {
|
99 |
transform: rotate(360deg);
|
100 |
}
|
101 |
}
|
102 |
|
103 |
+
/* scrollbar */
|
104 |
+
.sidebar .top::-webkit-scrollbar {
|
105 |
width: 4px;
|
106 |
padding: 8px 0px;
|
107 |
+
}
|
108 |
+
|
109 |
+
.sidebar .top::-webkit-scrollbar-track {
|
110 |
+
background-color: #ffffff00;
|
111 |
+
}
|
112 |
+
|
113 |
+
.sidebar .top::-webkit-scrollbar-thumb {
|
114 |
+
background-color: #555555;
|
115 |
+
border-radius: 10px;
|
116 |
+
}
|
117 |
|
118 |
.spinner:before {
|
119 |
content: "";
|
|
|
177 |
}
|
178 |
}
|
179 |
|
180 |
+
@media (max-width: 990px) {
|
181 |
+
.sidebar .top {
|
182 |
+
padding-top: 48px;
|
183 |
+
}
|
184 |
+
}
|
185 |
+
|
186 |
@media (min-width: 768px) {
|
187 |
.sidebar.shown {
|
188 |
position: static;
|
189 |
width: auto;
|
190 |
height: auto;
|
191 |
background-color: transparent;
|
|
|
192 |
}
|
193 |
|
194 |
.sidebar.shown .box {
|