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
In the readme there's a section that lists not taking up the full width, but It's unclear to me if this is intended or a bug.
Is there any knowledge so far about those margins if it's a bug, and if it's a feature could it be tweaked?
The text was updated successfully, but these errors were encountered:
Pastitas
changed the title
Option to reduce/remove margins
Feature request - Option to reduce/remove margins
Feb 7, 2024
There was a pull request made a while back to change the spacing preferences. It is intended to have a border when you set the width to 100%; what I was talking about when it said that it wasn't taking up the full width was that you could snap to the left and right separately when setting the width to 100% (as in, it wasn't properly setting the width to the maximum size minus the spacing). I will add an option to change the snap spacing, but the bug I am referring to is unrelated to the spacing on the left and right; that is fully intentional
Implemented in ad33bdd. The issue with the keyboard not taking up the full width still exists, though I believe this is a rounding issue, as st.button doesn't like floating point values for width and height
In the readme there's a section that lists not taking up the full width, but It's unclear to me if this is intended or a bug.
Is there any knowledge so far about those margins if it's a bug, and if it's a feature could it be tweaked?
The text was updated successfully, but these errors were encountered: