Skip to content

Commit

Permalink
minor ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deaflynx committed Oct 23, 2024
1 parent b01f899 commit 75e184b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class GettingStartedComponent implements OnInit, AfterViewInit {
ngAfterViewInit() {
const tbMainContentElement = document.querySelector('.tb-main-content') as HTMLElement;
if (tbMainContentElement) {
animatedScroll(tbMainContentElement, 0, 200);
animatedScroll(tbMainContentElement, 0, 0);
}
}

Expand Down
2 changes: 2 additions & 0 deletions ui-ngx/src/app/shared/components/markdown.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@
background: 0 0;
padding: 8px 16px;
color: #212529;
overflow-x: auto;
overflow-y: hidden;

.token.atrule, .token.attr-value, .token.keyword {
color: #2a7dec;
Expand Down

0 comments on commit 75e184b

Please sign in to comment.