Eric Engestrom
2016-03-06 22:09:58 UTC
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 everyone to scroll for a while before getting to the next comment.
What do you guys think about adding something like this to limit the
vertical space taken by such comments?
An example of such "dumb dump" can be found at:
https://aur.archlinux.org/pkgbase/nvidia-vulkan-beta/?comments=all#comment-535438
Cheers,
Eric
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 everyone to scroll for a while before getting to the next comment.
What do you guys think about adding something like this to limit the
vertical space taken by such comments?
#news div p {
max-height: 10em;
overflow: auto;
}
If the idea is approved, I can send a proper patch ;]max-height: 10em;
overflow: auto;
}
An example of such "dumb dump" can be found at:
https://aur.archlinux.org/pkgbase/nvidia-vulkan-beta/?comments=all#comment-535438
Cheers,
Eric