Skip to content

Update redirect.html #285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
font-synthesis: none;
overscroll-behavior: none;
user-select: text;
-webkit-user-select: text;
-webkit-touch-callout: none;
Expand Down
4 changes: 0 additions & 4 deletions full.css
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ body.expanded .sidebar-toggle svg .left {
transform: none;
overflow-x: hidden;
overflow-y: overlay;
overscroll-behavior-y: contain;
pointer-events: none;
padding-left: env(safe-area-inset-left, 0px);
box-sizing: border-box;
Expand Down Expand Up @@ -783,7 +782,6 @@ body.notransition .sidebar {
background: #568af2;
background: var(--rosemary-lighter);
transform: translateX(calc(-100% - env(safe-area-inset-left, 0px)));
overscroll-behavior: none;
z-index: 1000;
}

Expand Down Expand Up @@ -818,7 +816,6 @@ body.notransition .sidebar {
display: flex;
align-items: center;
justify-content: right;
overscroll-behavior: none;
overflow: hidden;
z-index: 100;
}
Expand Down Expand Up @@ -3073,7 +3070,6 @@ html, body {
font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
font-synthesis: none;
overscroll-behavior: none;
user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
Expand Down
1 change: 0 additions & 1 deletion homepage/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -4896,7 +4896,6 @@ html, body {
font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
font-synthesis: none;
overscroll-behavior: none;
user-select: text;
-webkit-user-select: text;
-webkit-touch-callout: none;
Expand Down
1 change: 0 additions & 1 deletion homepage/lang.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
font-synthesis: none;
overscroll-behavior: none;
user-select: text;
-webkit-user-select: text;
-webkit-touch-callout: none;
Expand Down
3 changes: 1 addition & 2 deletions homepage/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
font-synthesis: none;
overscroll-behavior: none;
user-select: text;
-webkit-user-select: text;
-webkit-touch-callout: none;
Expand Down Expand Up @@ -145,4 +144,4 @@
<a href="/" style="color: inherit;">- ❤️ Codeit team</a>
</p>
</body>
</html>
</html>
1 change: 0 additions & 1 deletion live-view/extensions/markdown/markdown-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ html, body {
font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
font-synthesis: none;
overscroll-behavior: none;
user-select: text;
-webkit-user-select: text;
-webkit-touch-callout: none;
Expand Down
1 change: 0 additions & 1 deletion live-view/extensions/markdown/markdown-light-alt.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ html, body {
font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
font-synthesis: none;
overscroll-behavior: none;
user-select: text;
-webkit-user-select: text;
-webkit-touch-callout: none;
Expand Down
1 change: 0 additions & 1 deletion redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
font-synthesis: none;
overscroll-behavior: none;
user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// update worker name when updating cached files
const WORKER_NAME = 'codeit-worker-v775';
const WORKER_NAME = 'codeit-worker-v776';


self.importScripts('/worker/client-channel.js');
Expand Down