Skip to content

Commit

Permalink
feat(KUI-1401): 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 325c2c7 commit 646603d
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 @@ -38,7 +38,7 @@
"@kth/monitor": "^4.2.1",
"@kth/server": "^4.1.0",
"@kth/session": "^3.0.9",
"@kth/style": "^1.3.0",
"@kth/style": "^1.4.2",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
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 646603d

Please sign in to comment.