On Sun, Jul 21, 2019, at 5:07 PM, Abhilash Raj wrote:
On Sun, Jul 21, 2019, at 1:13 AM, Andrew Bernard wrote:
Hi Abilash,
I took a quick look through the Hyperkitty source code to try to find where the indent is computed, to no avail, not being experienced with that code base.
But wouldn't there be some simple code that increments an indent value somewhere that could easily be modified?
https://gitlab.com/mailman/hyperkitty/blob/master/hyperkitty/templates/hyper...
You could remove the "margin-left" on the class to get rid of the indent if you want to patch your installation.
I want to basically disable this based on the screen size and set this value null for smaller screens only since this is helpful in threaded conversations in larger screens.
I recently worked on this and removed the indent on smaller screens. Please check out https://gitlab.com/mailman/hyperkitty/merge_requests/171 if you want to do this on your own server right now.
I cut a release soon.
-- thanks, Abhilash Raj (maxking)