Skip to content

Commit adf0ef6

Browse files
committed
Fix li markers and image alignment
Signed-off-by: Ovenoboyo <ovenoboyo@gmail.com>
1 parent 784f3d5 commit adf0ef6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

assets/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ span.dl {
14271427
background: #1a66c9;
14281428
}
14291429

1430-
li {
1430+
.sidenav li {
14311431
list-style-image: url("../img/ellipse.svg");
14321432
list-style: none;
14331433
}

wiki/Spotify-and-Discord-Integration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Due to this, each user will be required to generate an API key for themselves.
6060
- Select "External" and press "CREATE"
6161
![Cloud console oauth consent](/assets/img/cloud_console_oauth_consent.png)
6262

63-
- Fill in required details.
63+
- Fill in required details.
6464
![Cloud console app details](/assets/img/cloud_console_oauth_app_details.png)
6565

6666
- Under "Authorized domains", input "moosync.app"
@@ -69,11 +69,12 @@ Due to this, each user will be required to generate an API key for themselves.
6969
- Press "SAVE AND CONTINUE"
7070

7171
- Press on "ADD OR REMOVE SCOPES" and search for "Youtube Data API v3". Under it select the scope ".../auth/youtube.readonly" and press update. Then press "SAVE AND CONTINUE"
72+
![Cloud console oauth scope](/assets/img/cloud_console_oauth_scope.png)
73+
7274

7375
- Under test users add all the email addresses you wish to use.
7476

7577
- Press "SAVE AND CONTINUE" and return back to the dashboard
76-
![Cloud console oauth scope](/assets/img/cloud_console_oauth_scope.png)
7778

7879

7980
### Creating credentials

0 commit comments

Comments
 (0)