Skip to content

Commit

Permalink
feat(KUI-1405): revert local-navigation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhossein-haerian committed Aug 28, 2024
1 parent 99e710b commit 93a969f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@kth/monitor": "^4.3.1",
"@kth/server": "^4.1.0",
"@kth/session": "^3.0.9",
"@kth/style": "^1.4.1",
"@kth/style": "^1.4.2",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/sdk-trace-base": "^1.24.1",
"axios": "^1.7.2",
Expand Down
9 changes: 0 additions & 9 deletions public/css/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@
#app {
padding-top: 32px;
padding-bottom: 32px;
.kth-local-navigation--mobile {
display: block;
width: auto;
padding: 0;

@media (min-width: 992px) {
display: none;
}
}
}
.page-heading {
margin-bottom: 32px;
Expand Down

0 comments on commit 93a969f

Please sign in to comment.