Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

html #2200

Unanswered
PRANAVSAISRI asked this question in Q&A
html #2200
Oct 31, 2023 · 1 comment
Discussion options

<!doctype html>

| <html dir="ltr" lang="en" class="loading"
| >
|
|
|
| <title>Settings</title>
|
|
| <style>
| html {
| overflow: hidden;
| /* Remove 300ms delay for 'click' event, when using touch interface. */
| touch-action: manipulation;
| }
|
| @media (prefers-color-scheme: dark) {
| html {
| background: var(--md-background-color);
| }
| }
|
| html.loading::before {
| background-color: var(--md-toolbar-color);
| border-bottom: var(--md-toolbar-border);
| box-sizing: border-box;
| content: '';
| display: block;
| height: var(--md-toolbar-height);
| }
|
| html,
| body {
| height: 100%;
| margin: 0;
| }
| </style>
|
|
|
| <script type="module" src="settings.js"></script>
|
|
| </html

<title>Settings</title> <style> html { overflow: hidden; /* Remove 300ms delay for 'click' event, when using touch interface. */ touch-action: manipulation; }
@media (prefers-color-scheme: dark) {
 html {
 background: var(--md-background-color);
 }
}
html.loading::before {
 background-color: var(--md-toolbar-color);
 border-bottom: var(--md-toolbar-border);
 box-sizing: border-box;
 content: '';
 display: block;
 height: var(--md-toolbar-height);
}
html,
body {
 height: 100%;
 margin: 0;
}
</style> <script type="module" src="[settings.js](chrome://settings/settings.js)"></script>
You must be logged in to vote

Replies: 1 comment

Comment options

火 in your butt??

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /