mirror of
https://github.com/flarum/framework.git
synced 2025-01-10 13:03:43 +08:00
22 lines
244 B
Plaintext
22 lines
244 B
Plaintext
|
.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;
|
||
|
}
|