Skip to content

Commit

Permalink
fix to css
Browse files Browse the repository at this point in the history
  • Loading branch information
justoverclockl committed Oct 4, 2021
1 parent 75be7bc commit 300b431
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"flarum": "^0.1.0-beta.16",
"flarum-webpack-config": "^0.1.0-beta.10",
"webpack": "^4.26.0",
"webpack-cli": "^3.0.7"
Expand Down
5 changes: 5 additions & 0 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,11 @@ flarum-webpack-config@^0.1.0-beta.10:
"@babel/runtime" "^7.0.0"
babel-loader "^8.0.0"

flarum@^0.1.0-beta.16:
version "0.1.0-beta.16"
resolved "https://registry.yarnpkg.com/flarum/-/flarum-0.1.0-beta.16.tgz#6571adfd6632ea25794ab5270a9bd8ac2f38e1d3"
integrity sha512-uovm+6J8TO35dfbTSRtHRH6tz71W4dnEDfB63NOKHIhOz8oRh65qyWpXtlBOjv9f1cFMkMcjGHbWetb5lAIEnQ==

flush-write-stream@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8"
Expand Down
9 changes: 9 additions & 0 deletions resources/less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,12 @@ textarea.message1 {
margin: auto;
text-align: center;
}
li.item-flags {
vertical-align: top;
}
li.item-notifications {
vertical-align: top;
}
li.item-session {
vertical-align: top;
}

0 comments on commit 300b431

Please sign in to comment.