Skip to content

Commit

Permalink
185 new tab format (#294)
Browse files Browse the repository at this point in the history
![image](https://github.com/user-attachments/assets/458db80c-4e24-49ad-b9c1-b34203d1c6d0)
- [x] style colors
- [x] style button shapes
- [x] style selected / unselected 
- [x] add opacity / transparency variation to selected tab. 
- [x] reduce height of button slightly.
- [x] align arrows
- [x] Improve tab separator containment within tab control
- [x] ensure scroll=auto in both modes
  • Loading branch information
noahm authored Feb 4, 2025
2 parents 767bb29 + fcd9529 commit ca313ec
Show file tree
Hide file tree
Showing 37 changed files with 1,617 additions and 421 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run typecheck
- run: npm run stylelint
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["stylelint.vscode-stylelint"]
}
Loading

0 comments on commit ca313ec

Please sign in to comment.