In my forum,
1.I have an ample amount of space to use it for extending the post created by user.It rather looks clumpsy now.I want to utilize the space so that the post looks good,like the homepage is screen friendly using code:
I ended up going 75% because we are a very media heavy site. That’s the great part about Discourse, you can make it whatever you want it to be as long as you make sure it doesn’t conflict with other elements on the page.
I had 75 originally but line breaks in the “reply by new topic” button looked really weird, along with the topic links in the gutter.
I think the team has plans to move the topic links below the posts and clear out the gutter in a later release, but until then just be mindful of the gutter content.
I changed my Topic Body as follows (by adding to my CSS):
.topic-body {
min-width: 80%;
}
After switching to 80%, I noticed that the Topic Timeline scrunches over the Topic Body starting at 1260px, until the time when it naturally disappears for mobile (maybe 800px?)
I haven’t tried this but I suspect you’re correct! My CSS is not always the best approach! I just try a few different approaches until I get the page to do what I want! I’m working on building a new community now. If I end up wanting this same thing then I’ll report back on how it goes! Thanks for chiming in with another (probably better) solution!
Las dos primeras partes de la suma aquí se toman del SCSS estándar de Discourse.
Hay algunas mejoras pequeñas en la interfaz de usuario, como aumentar el tamaño de los separadores y los mensajes de acción de moderador. Además, ahora está desactivado en los mensajes de DiscoTOC porque se comporta de manera extraña allí.
También he añadido una opción para aumentar el ancho máximo del editor, de modo que la vista previa coincida con el ancho del mensaje. No es exactamente el mismo ancho, pero el estándar tiene el mismo problema.
Muy bien, @Alex_P. Sería genial que pudiera funcionar con el tema Material Design. El problema es que el avatar a la izquierda del mensaje salta desde el lateral hacia arriba, por encima del propio mensaje.