Skip to content

Commit 076ea10

Browse files
css format
1 parent 35286d0 commit 076ea10

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

src/index.scss

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ canvas {
5757
flex-direction: column;
5858
}
5959

60-
input, button, a {
60+
input,
61+
button,
62+
a {
6163
pointer-events: all;
6264
}
6365

@@ -123,7 +125,7 @@ canvas {
123125
bottom: 20px;
124126
}
125127

126-
@media (hover: none) {
128+
@media (hover: none) {
127129
@media not all and (pointer: fine) {
128130
.btn-cinematic {
129131
display: none;
@@ -134,7 +136,7 @@ canvas {
134136

135137
.side-drawer {
136138
transition: transform 500ms ease-out, opacity 300ms ease-in;
137-
139+
138140
&.cinematic {
139141
transform: translateX(-200%);
140142
opacity: 0;
@@ -147,13 +149,16 @@ canvas {
147149
right: 24px;
148150
bottom: 10vh;
149151
}
152+
150153
.MuiSlider-root {
151-
.MuiSlider-thumb, .MuiSlider-track {
154+
155+
.MuiSlider-thumb,
156+
.MuiSlider-track {
152157
transition: box-shadow 300ms ease;
153158
}
154159
}
155160

156-
.Mui-disabled {
161+
.Mui-disabled {
157162
filter: saturate(0);
158163
}
159164

@@ -222,13 +227,13 @@ canvas {
222227
}
223228

224229
.github-corner {
225-
z-index: 5000;
226-
position: absolute;
227-
top: 0;
230+
z-index: 5000;
231+
position: absolute;
232+
top: 0;
228233
right: 0;
229234
border: 0;
230235
transition: transform 500ms ease-out, opacity 300ms ease-in;
231-
236+
232237
svg {
233238
color: #fff;
234239
}
@@ -336,7 +341,7 @@ canvas {
336341
display: none;
337342
pointer-events: none;
338343

339-
> * {
344+
>* {
340345
pointer-events: all;
341346
}
342347

@@ -350,6 +355,7 @@ canvas {
350355
.maplibregl-control-container {
351356
display: none;
352357
}
358+
353359
.attrib-container {
354360
position: fixed;
355361
bottom: 0;

0 commit comments

Comments
 (0)