johndoh / roundcube-swipe

Adds swipe actions to the message list of Roundcube
https://plugins.roundcube.net/#/packages/johndoh/swipe
11 stars 5 forks source link

width of messagelist be compressed when swipe down to check new mail #1

Closed michaelchong2005 closed 5 years ago

michaelchong2005 commented 5 years ago

Thanks for your plugin. We setup a RC1.4b with this plugin for testing. We found a problem, when swipe down to check new email. the width of messagelist-content will be compressed. Before swipe down: a After swipe down: b

johndoh commented 5 years ago

i've noticed this too but the width goes back to normal once the swipe action is complete right? its something to do with translatey and flexbox i think. i might just change the way vertical swipes are displayed and not move the message list

michaelchong2005 commented 5 years ago

aha, I found the root cause, just comment out this line.

https://github.com/johndoh/roundcube-swipe/blob/66f04815e607b9618ad0040333d393b33a469384/skins/elastic/swipe.less#L180

johndoh commented 5 years ago

latest commit reworks vertical actions, no more moving the message list so no problem with the width