Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrows on most pages are not positioned by % (are &nbsp) #24

Open
tracielin opened this issue May 15, 2022 · 2 comments
Open

Arrows on most pages are not positioned by % (are &nbsp) #24

tracielin opened this issue May 15, 2022 · 2 comments

Comments

@tracielin
Copy link
Owner

Use "invisible" options.
E.g. "half_right_invisible"
(See some more recent pages for examples. Find 'invisible' in Atom)

Only middle priority if switch-to-mobile-by-screen-size is implemented! (If not, higher priority)

@tracielin
Copy link
Owner Author

On 8/13/22, corrected the positioning (to by %) for all "half"/50% arrows.

Did not yet tackle thirds, quarters, fifths.
Also did not view all pages to verify that views appropriately.

@tracielin
Copy link
Owner Author

tracielin commented Dec 4, 2022

On 12/3/22, used the following code such that the % size of child divs and sections is based on the parent div or section, rather than the viewport width. Thereby also modified the sizing parameters in the css classes for the half/thirds/quarters/fifths classes.

div{
box-sizing: border-box;
}

section{
box-sizing: border-box;
}

See: https://stackoverflow.design/product/base/box-sizing/#examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant