Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Jan 25, 2025
1 parent 0b379a7 commit 0e1ad13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/content/notes/reset-sidebar-views-in-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ tags: ['note', 'vscode']

I somehow accidentally moved some views/icons off my sidebar in VS Code. Here's a way to reset all views to their original location.

1. Open the command palette (CMD+SHIFT+P)
2. Search for 'View: Reset View Locations'
3. Press Enter
```typescript
1. Open the command palette (CMD+SHIFT+P)
2. Search for 'View: Reset View Locations'
3. Press Enter
```
2 changes: 1 addition & 1 deletion src/layouts/Note.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags.sort()
@apply p-6 text-base
}

code {
p code {
@apply bg-[#1E262F] text-[#FFA500] px-2 py-1 rounded text-center
}
</style>
Expand Down

0 comments on commit 0e1ad13

Please sign in to comment.