Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jan 30, 2024
1 parent e5e8199 commit d23afec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/home/ready-toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export async function readyToolbar() {
if (!toolbar) throw new Error("toolbar not found");
toolbar.classList.add("ready");
}
export { toolbar };
export { toolbar };
4 changes: 2 additions & 2 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 0 additions & 3 deletions static/style/special.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand All @@ -51,7 +49,6 @@
@keyframes highlight-light-mode {
from {
background-color: #bfbfbf;

}
to {
background-color: #fff;
Expand Down
4 changes: 2 additions & 2 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d23afec

Please sign in to comment.