Skip to content

Fixes widget clipping issue#148

Merged
thepeacemonk merged 2 commits intothepeacemonk:mainfrom
dr-gkang:main
Feb 18, 2026
Merged

Fixes widget clipping issue#148
thepeacemonk merged 2 commits intothepeacemonk:mainfrom
dr-gkang:main

Conversation

@dr-gkang
Copy link
Contributor

Solves one of the issues with some external add-ons being clipped from the top. I tested it with only two add-ons to ensure it fixed the problem. It doesn't seem to have a significant impact on properly working external add-ons other than creating more space between widgets. Didn't affect built-in widgets at all when testing.

Complete (temp?) Fix:
#131 - Should be fully resolved now.

Partial Fix:
#8 - Unfortunately, doesn't fix every problem with this issue. Parts of some widgets are still completely missing, while others don't work at all. However, spacing did slightly improve usability for "problem add-ons."

Before example:
image

After example:
image

It took a lot of trial and error to see if anything would fix it and not make styling even worse. This was the best option I could find. All it does is add one "justify" line in "onigiri_renderer.py". That lets "div.external-widget-container" to center the add-on.

NOTE: Depending on how much of the add-on got clipped, more rows need to be given to the add-on in Widget Grid settings. if you give it 4 rows, it ends up treating all 4 rows as one block and centering between rows 2 and 3.

Solves one of the issues with some external add-ons being clipped from the top.
@dr-gkang
Copy link
Contributor Author

Not sure why it made two commits, sorry about that. New to contributing on GitHub 😅

@thepeacemonk
Copy link
Owner

Hi there @gbk757

Thanks for the PR! I'll analyze it and consider it for our next update, appreciate your time for doing this!

@thepeacemonk thepeacemonk merged commit 4dc5d72 into thepeacemonk:main Feb 18, 2026
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

Successfully merging this pull request may close these issues.

2 participants