Skip to content

Commit

Permalink
[web] Format source code
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Nov 21, 2023
1 parent 63fe568 commit f035a0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web-src/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
4 changes: 3 additions & 1 deletion web-src/src/components/NotificationList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ export default {
margin-bottom: 10px;
margin-left: 24px;
margin-right: 24px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow:
0 4px 8px 0 rgba(0, 0, 0, 0.2),
0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
</style>
8 changes: 6 additions & 2 deletions web-src/src/mystyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
color: $black;
}
.lyrics-overlay {
box-shadow: 0px 40px 40px 0px $white inset, 0px -40px 40px 0px $white inset;
box-shadow:
0px 40px 40px 0px $white inset,
0px -40px 40px 0px $white inset;
}

.progress-bar {
Expand Down Expand Up @@ -78,7 +80,9 @@ a.navbar-item {
}

.fd-has-shadow img {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow:
0 4px 8px 0 rgba(0, 0, 0, 0.2),
0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fd-page {
Expand Down

0 comments on commit f035a0e

Please sign in to comment.