Skip to content

Commit

Permalink
Improve tabbed code
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Sep 12, 2024
1 parent 78e9fa5 commit 1b845f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"src": "public/img/ui/blockquote/warning.svg"
},
"resources/css/app.scss": {
"file": "assets/app-C7sEQTod.css",
"file": "assets/app-D0ddnWh1.css",
"src": "resources/css/app.scss",
"isEntry": true
},
Expand Down
5 changes: 1 addition & 4 deletions resources/css/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -445,14 +445,11 @@ main,

.tabbed-code-nav {
display: flex;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.5rem;

.tabbed-code-nav-button {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
padding: 0.625rem 0.75rem;
padding: .75rem 1rem;
font-size: 0.875rem;
line-height: 1.25rem;
color: rgb(215, 215, 220);
Expand Down

0 comments on commit 1b845f8

Please sign in to comment.