Skip to content

Commit

Permalink
fix(sidebar): update sidebar article page design
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-brtrd committed Apr 26, 2023
1 parent 13f20f9 commit 564b61f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion assets/styles/Article/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
display: block;
position: sticky;
top: 4.5rem;
height: 100vh;
max-height: 100vh;
overflow: scroll;
}

Expand Down
104 changes: 52 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@ckeditor/ckeditor5-adapter-ckfinder": "^35.4.0",
"@ckeditor/ckeditor5-alignment": "^35.4.0",
"@ckeditor/ckeditor5-autoformat": "^35.4.0",
"@ckeditor/ckeditor5-basic-styles": "^35.4.0",
"@ckeditor/ckeditor5-block-quote": "^35.4.0",
"@ckeditor/ckeditor5-ckfinder": "^35.4.0",
"@ckeditor/ckeditor5-code-block": "^35.4.0",
"@ckeditor/ckeditor5-dev-utils": "^32.1.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@ckeditor/ckeditor5-adapter-ckfinder": "^37.1.0",
"@ckeditor/ckeditor5-alignment": "^37.1.0",
"@ckeditor/ckeditor5-autoformat": "^37.1.0",
"@ckeditor/ckeditor5-basic-styles": "^37.1.0",
"@ckeditor/ckeditor5-block-quote": "^37.1.0",
"@ckeditor/ckeditor5-ckfinder": "^37.1.0",
"@ckeditor/ckeditor5-code-block": "^37.1.0",
"@ckeditor/ckeditor5-dev-utils": "^37.0.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^31.1.13",
"@ckeditor/ckeditor5-easy-image": "^35.4.0",
"@ckeditor/ckeditor5-editor-classic": "^35.4.0",
"@ckeditor/ckeditor5-engine": "^35.4.0",
"@ckeditor/ckeditor5-essentials": "^35.4.0",
"@ckeditor/ckeditor5-find-and-replace": "^35.4.0",
"@ckeditor/ckeditor5-font": "^35.4.0",
"@ckeditor/ckeditor5-heading": "^35.4.0",
"@ckeditor/ckeditor5-horizontal-line": "^35.4.0",
"@ckeditor/ckeditor5-html-embed": "^35.4.0",
"@ckeditor/ckeditor5-image": "^35.4.0",
"@ckeditor/ckeditor5-indent": "^35.4.0",
"@ckeditor/ckeditor5-easy-image": "^37.1.0",
"@ckeditor/ckeditor5-editor-classic": "^37.1.0",
"@ckeditor/ckeditor5-engine": "^37.1.0",
"@ckeditor/ckeditor5-essentials": "^37.1.0",
"@ckeditor/ckeditor5-find-and-replace": "^37.1.0",
"@ckeditor/ckeditor5-font": "^37.1.0",
"@ckeditor/ckeditor5-heading": "^37.1.0",
"@ckeditor/ckeditor5-horizontal-line": "^37.1.0",
"@ckeditor/ckeditor5-html-embed": "^37.1.0",
"@ckeditor/ckeditor5-image": "^37.1.0",
"@ckeditor/ckeditor5-indent": "^37.1.0",
"@ckeditor/ckeditor5-inspector": "^4.1.0",
"@ckeditor/ckeditor5-link": "^35.4.0",
"@ckeditor/ckeditor5-list": "^35.4.0",
"@ckeditor/ckeditor5-paragraph": "^35.4.0",
"@ckeditor/ckeditor5-source-editing": "^35.4.0",
"@ckeditor/ckeditor5-table": "^35.4.0",
"@ckeditor/ckeditor5-theme-lark": "^35.4.0",
"@ckeditor/ckeditor5-upload": "^35.4.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cz-commitlint": "^17.4.2",
"@hotwired/stimulus": "^3.0.0",
"@popperjs/core": "^2.11.6",
"@symfony/stimulus-bridge": "^3.2.1",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-dropzone": "file:vendor/symfony/ux-dropzone/assets",
"@symfony/ux-lazy-image": "file:vendor/symfony/ux-lazy-image/assets",
"@symfony/webpack-encore": "^4.2.0",
"@ckeditor/ckeditor5-link": "^37.1.0",
"@ckeditor/ckeditor5-list": "^37.1.0",
"@ckeditor/ckeditor5-paragraph": "^37.1.0",
"@ckeditor/ckeditor5-source-editing": "^37.1.0",
"@ckeditor/ckeditor5-table": "^37.1.0",
"@ckeditor/ckeditor5-theme-lark": "^37.1.0",
"@ckeditor/ckeditor5-upload": "^37.1.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/cz-commitlint": "^17.5.0",
"@hotwired/stimulus": "^3.2.1",
"@popperjs/core": "^2.11.7",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets#vendor/symfony/ux-autocomplete/assets::hash=671e65&locator=symfony-demo-app%40workspace%3A.",
"@symfony/ux-dropzone": "file:vendor/symfony/ux-dropzone/assets#vendor/symfony/ux-dropzone/assets::hash=410b26&locator=symfony-demo-app%40workspace%3A.",
"@symfony/ux-lazy-image": "file:vendor/symfony/ux-lazy-image/assets#vendor/symfony/ux-lazy-image/assets::hash=404a92&locator=symfony-demo-app%40workspace%3A.",
"@symfony/webpack-encore": "^4.3.0",
"@webspellchecker/wproofreader-ckeditor5": "^2.2.0",
"bootstrap": "^5.2.3",
"commitizen": "^4.2.6",
"core-js": "^3.27.1",
"commitizen": "^4.3.0",
"core-js": "^3.30.1",
"css-loader": "6.7.3",
"husky": "^8.0.3",
"jquery": "^3.6.3",
"jquery": "^3.6.4",
"lodash": "^4.17.21",
"postcss-loader": "7.0.2",
"postcss-loader": "7.2.4",
"raw-loader": "4.0.2",
"regenerator-runtime": "^0.13.11",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "3.3.1",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"style-loader": "3.3.2",
"tom-select": "^2.2.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack-notifier": "^1.15.0"
},
"name": "symfony-demo-app",
Expand All @@ -76,14 +76,14 @@
"postinstall": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"axios": "^1.2.3",
"bootstrap-icons": "^1.10.3",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"axios": "^1.3.6",
"bootstrap-icons": "^1.10.4",
"flip-toolkit": "^7.0.17",
"fontawesome-free": "^1.0.4",
"highlight.js": "^11.7.0",
"sanitize-html": "^2.8.1",
"swiper": "^8.4.6"
"sanitize-html": "^2.10.0",
"swiper": "^9.2.4"
},
"version": "2.4.0",
"packageManager": "[email protected]"
Expand Down

0 comments on commit 564b61f

Please sign in to comment.