We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 851dcf2 + 5bd49b4 commit ef5b344Copy full SHA for ef5b344
dark-theme.css
@@ -295,7 +295,7 @@ cd-el {
295
z-index: 1;
296
margin-right: -100%;
297
transform: translateX(-100%);
298
- padding-left: calc(13.5px + env(safe-area-inset-left));
+ padding-left: calc(13.5px + 0.2px + env(safe-area-inset-left));
299
padding-right: 13.5px;
300
}
301
worker/client-channel.js
@@ -4,7 +4,7 @@
4
5
6
// update worker name when updating worker
7
-const WORKER_NAME = 'codeit-worker-v552';
+const WORKER_NAME = 'codeit-worker-v553';
8
9
10
// internal paths
0 commit comments