You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just finished building a simple site with LCARS Framework, and it came out pretty alright, but I had some problems/questions that probably could've been dealt with via better documentation:
Layout - Visual Examples of Various Alignments
Some row/column alignments are easy to understand, others aren't (left-menu, right-menu), which makes it harder to figure out if appropriate solutions already exist in code.
Centering Content in Demo Page Menu
When using the sideways U menu shape, like on the demo page, content in the main viewport horizontally centers based on the total browser viewport. Not sure what the solution to this is, since it's never addressed anywhere. (Using rows with Fill class?)
lcars-u-#.5 Behavior
I wound up using widths like 7.5 and observed some odd scaling behaviors, so it'd nice to have some info on what is expected and isn't. It seems like it expands the width of the column in a way that causes margins to shrink? May also break width on
More Code Samples Needed
One of the big strengths of Bootstrap as a framework is the fact that there's actual code samples for the things its showing off, which makes it easier to learn the framework. Also helps troubleshooting by providing reference code and intended behavior in an easy to find package.
The text was updated successfully, but these errors were encountered:
Just finished building a simple site with LCARS Framework, and it came out pretty alright, but I had some problems/questions that probably could've been dealt with via better documentation:
Layout - Visual Examples of Various Alignments
Some row/column alignments are easy to understand, others aren't (left-menu, right-menu), which makes it harder to figure out if appropriate solutions already exist in code.
Centering Content in Demo Page Menu
When using the sideways U menu shape, like on the demo page, content in the main viewport horizontally centers based on the total browser viewport. Not sure what the solution to this is, since it's never addressed anywhere. (Using rows with Fill class?)
lcars-u-#.5 Behavior
I wound up using widths like 7.5 and observed some odd scaling behaviors, so it'd nice to have some info on what is expected and isn't. It seems like it expands the width of the column in a way that causes margins to shrink? May also break width on
More Code Samples Needed
One of the big strengths of Bootstrap as a framework is the fact that there's actual code samples for the things its showing off, which makes it easier to learn the framework. Also helps troubleshooting by providing reference code and intended behavior in an easy to find package.
The text was updated successfully, but these errors were encountered: