-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Issue with Subtitle Circle and Layout on Smaller Screens #1384
Comments
Very welcome! |
This reverts commit 20da768. The problem is solved more elegantly by the next commit Issue with Subtitle Circle and Layout on Smaller Screens ryanoasis#1384 fixed
This reverts commit 20da768. The problem is solved more elegantly by the next commit Issue with Subtitle Circle and Layout on Smaller Screens ryanoasis#1384 fixed
Fixed via #1387 |
…fixed" This partially reverts commit c092a4d. The circles in all other topics broke... Keeping change for big code block of font-patcher cli.
[why] The previous fix broke the instances of the subtitle circle in all the other topics (Downloads, CheatSheet, Backers, ...) because it rendered the circle too wide horizontally, while the vertical size was ok. [how] The previous previous fix with a concrete circle hight and width and adequate line spacing for the filling font works better. The circle is not absolutely circular, but roughly it is. Unless there is a Web magician who can fix this in a better way I believe the not-really-circular in one place (all-icons-divider) is better than absurdly wide circles in all section subtitles. Fixes: #1384 Signed-off-by: Fini Jastrow <[email protected]>
Hi @Finii , Thank you for your thorough review of the changes made in PR #1387. I appreciate your feedback and the visual examples you've provided to illustrate the issue. It's evident that the fix in the PR caused unintended problems with other subtitle circles, as demonstrated in the images you shared. I'm sorry for any inconvenience this may have caused. I will take a closer look at the commit c88da98 to understand the adjustments you've made. If you believe that this is a more suitable approach, I'd be interested in exploring it further. It's important to ensure that the fix addresses the issue without introducing new problems. Please let me know if there are any specific details or considerations I should be aware of while reviewing your solution. Best regards, |
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
🗹 Requirements
🎯 Subject of the issue
As discussed in Pull Request #1368, I've addressed an issue where the circle shrinks horizontally but not vertically. There's also an additional problem with the layout of the entire website.
Experienced behavior:
For screens with a width less than 767px, the subtitle inner circle inside the features section shrinks horizontally but not vertically. This results in an unusual appearance and overflow from its parent element.
Furthermore, while debugging this, I discovered a significant issue that breaks the layout of the entire website. Specifically, within the Font Patcher script section, the
<details>
tag overflows from its parent. This results in a horizontal scrollbar, which disrupts the website's layout.Expected behavior:
I would expect the subtitle inner circle inside the features section to shrink both horizontally and vertically as the screen size decreases to ensure proper alignment.
Regarding the
<details>
tag, when a detail section is open, the<summary>
section should overflow from its parent element without causing layout issues.Assign this issue to me 🙋🏻♂️
🔧 Your Setup
★ Screenshots (Optional)
Before:
After:
Before:
After:
The text was updated successfully, but these errors were encountered: