Skip to content

Commit

Permalink
feat(KUI-1404): 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 e21fc7b commit dd84a98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
8 changes: 4 additions & 4 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.2.1",
"@kth/server": "^4.1.0",
"@kth/session": "^3.0.9",
"@kth/style": "^1.4.1",
"@kth/style": "^1.4.2",
"@kth/ug-rest-api-helper": "^1.0.25",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/sdk-trace-base": "^1.22.0",
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 dd84a98

Please sign in to comment.