Skip to content

Commit

Permalink
feat(KUI-1400): 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 c928365 commit 8cbd06b
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.3.1",
"@kth/server": "^4.1.0",
"@kth/session": "^3.0.9",
"@kth/style": "^1.3.0",
"@kth/style": "^1.4.2",
"@kth/ug-rest-api-helper": "^1.0.26",
"axios": "^1.7.2",
"body-parser": "^1.20.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 @@ -4,15 +4,6 @@
#app {
padding-top: 30px;
padding-bottom: 30px;
.kth-local-navigation--mobile {
display: block;
width: auto;
padding: 0;

@media (min-width: 992px) {
display: none;
}
}
& > .row {
margin: 0;

Expand Down

0 comments on commit 8cbd06b

Please sign in to comment.