From d23afec684ed25a1f77e796c40af878dd5236170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Tue, 30 Jan 2024 15:38:00 +0900 Subject: [PATCH] chore: format --- src/home/ready-toolbar.ts | 2 +- static/style/inverted-style.css | 4 ++-- static/style/special.css | 3 --- static/style/style.css | 4 ++-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/home/ready-toolbar.ts b/src/home/ready-toolbar.ts index 68e414f4..8bac32f4 100644 --- a/src/home/ready-toolbar.ts +++ b/src/home/ready-toolbar.ts @@ -3,4 +3,4 @@ export async function readyToolbar() { if (!toolbar) throw new Error("toolbar not found"); toolbar.classList.add("ready"); } -export { toolbar }; \ No newline at end of file +export { toolbar }; diff --git a/static/style/inverted-style.css b/static/style/inverted-style.css index cfaabb85..eac61fd5 100644 --- a/static/style/inverted-style.css +++ b/static/style/inverted-style.css @@ -475,8 +475,8 @@ vertical-align: middle; height: 20px; } - .preview-body-inner{ - line-height: 1.25 + .preview-body-inner { + line-height: 1.25; } .preview-body-inner > :last-child { margin-bottom: 0; diff --git a/static/style/special.css b/static/style/special.css index eed7931e..ba454d9c 100644 --- a/static/style/special.css +++ b/static/style/special.css @@ -33,8 +33,6 @@ background-color: var(--light-background-half); } body.preview-active button#github-login-button.highlight { - - animation: highlight-light-mode 1s ease-in-out infinite alternate; } } @@ -51,7 +49,6 @@ @keyframes highlight-light-mode { from { background-color: #bfbfbf; - } to { background-color: #fff; diff --git a/static/style/style.css b/static/style/style.css index aa5617fd..b1b34142 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -475,8 +475,8 @@ vertical-align: middle; height: 20px; } - .preview-body-inner{ - line-height: 1.25 + .preview-body-inner { + line-height: 1.25; } .preview-body-inner > :last-child { margin-bottom: 0;