fix: sync userpanel width on window resize#181
Conversation
|
@S0rax maybe you have also a fix for the min-width in the webkit pages, bcs it's getting smaller then in library but when i remove the min-width in the css that i added so it's getting the full width, it's broke the width |
|
@SpaceEnergy im not sure what you mean. can you tell me exactly what steps are needed to reproduce this? .RGNMWtyj73_-WdhflrmuY[style*="display: none;"] ._9sPoVBFyE_vE87mnZJ5aB {
flex-grow: 1; /* fill the container as it grows */
min-width: unset; /* the actual minimum width should be on .RGNMWtyj73_-WdhflrmuY[style*="display: none;"] */
max-width: unset; /* same as above */
width: unset !important; /* overwrite the inline style that has % values, read them with js but use flex for these views */
}im not sure what behaviour you want to fix, but this might be helpful |
|
@S0rax does this vid explain it? |
|
and also there are a few pixel diffrents between the sidebar width and the webkit width, when you look closly then you see it |
sort of. this is still really strange. you have some third party application or os level layout manager which resizes the windows. current logic relies on a |
|
ok i added a fallback, can you check if the issue still persists? @SpaceEnergy |
is it also when you have the sidebar at the smallest state? |
c267ee3 to
6a52c5a
Compare
that one i can see - fixed |
|
looks good now for me :D thx for this fix!!! |




No description provided.