mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
add thredded overrides - full-width forums
This commit is contained in:
parent
52432f1434
commit
0b1dec64a7
10
app/assets/stylesheets/thredded-overrides.scss
Normal file
10
app/assets/stylesheets/thredded-overrides.scss
Normal file
@ -0,0 +1,10 @@
|
||||
@import "thredded";
|
||||
|
||||
.thredded--main-container {
|
||||
// The padding and max-width are handled by the app's container.
|
||||
min-width: 80%;
|
||||
padding: 0;
|
||||
@include thredded-media-tablet-and-up {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user