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

ul and ol is often cut off in web view #3

Open
mstieranka opened this issue May 25, 2023 · 0 comments
Open

ul and ol is often cut off in web view #3

mstieranka opened this issue May 25, 2023 · 0 comments

Comments

@mstieranka
Copy link

mstieranka commented May 25, 2023

By default, the ol / ul width is set to 740px. This causes content to overflow the slide bounding box, even if mode is set to v2 (full screen slides) and the website is zoomed out by quite a bit. I would like to suggest removing or modifying the following width rule to fix this:

width: 740px; /* max. width of the top enum element on the 800px slide */

Here's a screenshot of the issue from https://w20.vitvar.com/lecture2.html#/27/v2 (at 80% zoom):

image

Removing the above mentioned rule would fix it:

image

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

No branches or pull requests

1 participant