Re: [aur-dev] Stop limiting the height of AUR comments?

2017-03-09 Thread Radostin Stoyanov via aur-dev
Hi all, I like the idea of expanding the long comments and an easy solution using JQuery could be adding link or button: Expand (on click) -> $(this).closest('p').css("max-height", "none"); Condense (on click) -> $(this).closest('p').css("max-height", "10em"); I tested in the browser console

Re: [aur-dev] Stop limiting the height of AUR comments?

2017-03-09 Thread Loui Chang via aur-dev
On Thu 09 Mar 2017 16:35 -0800, Bruno Pagani via aur-dev wrote: > > At least for me, seeing only a small portion of the comment at a time makes > > it much harder to fully grok, particularly when it comes to things like > > logs, error messages, patches, etc. > > Those should rather be pasted on

Re: [aur-dev] Stop limiting the height of AUR comments?

2017-03-09 Thread Bruno Pagani via aur-dev
Le 09/03/2017 à 15:58, Nicholas Sielicki via aur-dev a écrit : > On Sun, 2016-03-06 at 22:09 +, Eric Engestrom wrote: >> Hi all, >> >> Every now and then, someone will post a huge dump (log, error messages, >> etc.) to the AUR comments. Besides being usually useless, those comments >> force

Re: [aur-dev] Stop limiting the height of AUR comments?

2017-03-09 Thread Eli Schwartz via aur-dev
On 03/09/2017 06:58 PM, Nicholas Sielicki via aur-dev wrote: > About one year ago this change was proposed and committed to limit the height > of comments on AUR pages. (If you're looking for it in your inbox, this post > took place on the aur-general list, not on aur-dev.) > > I'm posting