• Show this post
    If interested, I tweaked the CSS on the new collection view page so it fits better on my Macbook screen. You may find it useful. It should work with any browser plugin that lets you use css on a web site (I'm using " Javascript and CSS" for Chrome).

    https://jsbin.com/sikeqifibi/edit?css

    what this does:

    - rearranges and condenses the entire header area (so it doesn't take up 2/3s of my screen)
    - resets all the custom field columns to a narrower width (so I don't have to scroll horizontally)
    - gets rid of all the text on the album cover tile view (which I prefer)

  • Show this post
    Added another fix. This is JS to fix the fact that all of the conditions in the collection view are too long so you end up seeing stuff like this:

    very good

    very good...

    This script will change them all to their 2/3 letter abbreviation so you see this:

    VG
    VG+

    https://jsbin.com/tivobupaxu/edit?js

    (Thanks to https://discogs.librosgratis.biz/forum/thread/1094187)

You must be logged in to post.