mirror of
https://github.com/flarum/core.git
synced 2025-08-11 02:44:04 +02:00
Initial commit
This commit is contained in:
21
extensions/embed/less/forum/extension.less
Normal file
21
extensions/embed/less/forum/extension.less
Normal file
@@ -0,0 +1,21 @@
|
||||
.container {
|
||||
width: auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.App {
|
||||
padding-top: 0;
|
||||
min-height: 0;
|
||||
|
||||
&:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.App-content {
|
||||
border-top: 0;
|
||||
}
|
||||
.DiscussionPage-stream {
|
||||
margin-right: 0;
|
||||
}
|
||||
.Post-stream {
|
||||
margin-top: 0;
|
||||
}
|
Reference in New Issue
Block a user