Skip to content

Commit

Permalink
feat(KUI-1403): 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 949567f commit a75be1a
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 @@ -42,7 +42,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",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"browser-image-compression": "^2.0.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 a75be1a

Please sign in to comment.