Is there any way the indent in the thread view can be reduced or set to zero? My users are complaining that by the time you have a reply four or five deep the view on a mobile phone leaves only one or two words, because it does not wrap responsively correctly (have I set something wrongly?)
Andrew
On Wed, Jul 17, 2019, at 7:22 AM, Andrew Bernard wrote:
Is there any way the indent in the thread view can be reduced or set to zero? My users are complaining that by the time you have a reply four or five deep the view on a mobile phone leaves only one or two words, because it does not wrap responsively correctly (have I set something wrongly?)
There is an open issue waiting to be picked up for this1.
Andrew
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
On Thu, 18 Jul 2019 at 01:02, Abhilash Raj <maxking@asynchronous.in> wrote:
There is an open issue waiting to be picked up for this1.
Thanks. Good. Perhaps make it configurable? And the ability to set to
zero? [The indent doesn't do a lot for me personally.]
My users tell me that nobody users computers any more, only phones (Urk).
Andrew
On 7/17/19 3:55 PM, Andrew Bernard wrote:
My users tell me that nobody users computers any more, only phones (Urk).
I thought that demographic didn't use email either, not to mention email lists. (Maybe that's why the default phone email clients all suck.)
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On Thu, 18 Jul 2019 at 09:18, Mark Sapiro <mark@msapiro.net> wrote:
I thought that demographic didn't use email either, not to mention email lists. (Maybe that's why the default phone email clients all suck.)
Yeah. And now they tell me they want an app on the phone for the list.
Of Android mail clients, I recently found K9 Mail. The lists look good in that program.
Andrew
On 7/17/19 4:29 PM, Andrew Bernard wrote:
Of Android mail clients, I recently found K9 Mail. The lists look good in that program.
I've been using K9 Mail for years. I started when I got my first smart phone and couldn't retrieve my mail. A customer support person recommended K9 Mail and I never went back. It turns out the retrieval issue was due to a self signed SSL certificate on my mail server. K9 Mail told me what the problem was while the default client told me nothing.
And, it's open source with all the support resources we expect, and the developers are responsive.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
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?
Andrew
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.
Andrew
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
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)
participants (3)
-
Abhilash Raj
-
Andrew Bernard
-
Mark Sapiro