CSS fix by community
[Update]: Anton had valid concerns on the responsiveness of this CSS fix. So I’ve attached screenshots of DevTools @ 320x480 screen size.
Tested on Chrome 57.0.x and Firefox 52.0.2 on Windows 8.
The rendering of markdown tables can be improved significantly.
https://www.collaborizm.com/thread/SJHWppv0g?utm_content=menu_share&utm_source=user_Hyt3y6XK
Also, inline codes can’t be distinguished from regular text, see this.is(code)
.
https://www.collaborizm.com/thread/BkYnJKLRe?utm_content=menu_share&utm_source=user_Hyt3y6XK
Tables are useful for showing price charts, experimental outputs, etc. and code is useful for showing single line snippets, keywords, commands, etc.
So I’ve come up with a community fix for both.
The table fix has alternative row coloring and hovering effects.
The inline code fix makes `` code look different from regular text and also supports multiline in-line code.
To test, copy the CSS from the above links and paste them in the live-edit panel of Developer Tools in your browser.
See http://stackoverflow.com/questions/30189132/how-to-add-multiple-css-rules-at-once-through-dev-tools-or-firebug
Anton and Robert are working hard to add new functionality. So it’s our duty to help them with the small stuff.
Also, don’t forget to share feedback here. Your suggestions will help to make the platform better for all of us.
Anton Voltchok lets get this implemented
Harsha Alva not sure what you mean about me being concerned but nice job on the table styles 👍, I’ll implement soon just wrapping up something else then I’ll get those styles in.
Anton Many users access collaborizm from their phones. So it’s important to make the platform responsive.