-
Notifications
You must be signed in to change notification settings - Fork 46k
html #2200
-
<!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
@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;
}
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
火 in your butt??
Beta Was this translation helpful? Give feedback.