Skip to content

Commit c548647

Browse files
authored
Merge pull request #245 from codeitcodes/patch-1
Patch 1
2 parents 45e3cf6 + 0b0a949 commit c548647

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

full.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1833,6 +1833,10 @@ body.mobile .dialog-background {
18331833
white-space: pre-wrap;
18341834
}
18351835

1836+
body.mobile .dialog .title {
1837+
padding: 10px 14px;
1838+
}
1839+
18361840
.dialog .button-wrapper {
18371841
position: relative;
18381842
display: flex;
@@ -1871,6 +1875,7 @@ body.mobile .dialog-wrapper:not(.visible) .button-wrapper::before {
18711875
}
18721876

18731877
body.mobile .dialog .button {
1878+
padding: 10px 14px;
18741879
border-radius: 0;
18751880
}
18761881

utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,11 @@ let showDialog = (confirmHandler, titleText, confirmText, showOneButton = false)
189189

190190
if (body.classList.contains('expanded')) {
191191

192-
document.querySelector('meta[name="theme-color"]').content = '#040405';
192+
document.querySelector('meta[name="theme-color"]').content = '#1e2028';
193193

194194
} else {
195195

196-
document.querySelector('meta[name="theme-color"]').content = '#07080a';
196+
document.querySelector('meta[name="theme-color"]').content = '#2b303b';
197197

198198
}
199199

worker/client-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
// update worker name when updating worker
7-
const WORKER_NAME = 'codeit-worker-v616';
7+
const WORKER_NAME = 'codeit-worker-v618';
88

99

1010
// internal paths

0 commit comments

Comments
 (0)