I, too, got fed up with tiny chat on the right along with a problem of things like long links messing stuff up making it so that you had to scroll far to the right to see whole messages, so I made some modifications for myself to resolve these problems.
These changes I am listing here apply to version
6.0 (build 830afc) – April 30, 2016 and ymmv if trying to find where to apply them on different versions. Also of note is that these changes will be overwritten on the next update.
The changes that I made were to 2 files in my "C:\subsonic\jetty\830afc\webapp\WEB-INF\jsp" folder:
right.jsp (line numbers are on the left side denoted like "212:")- Code: Select all
212: <div id="now-playing-container" class="detail" style="max-height:115px;overflow-y:auto;overflow-x:hidden;">
221: <table style="table-layout:fixed;max-width:500px;">
223: <tr id="pattern" style="display:none;margin:0;padding:0 0 0.15em 0;border:0;"><td style="max-width:500px;word-wrap:break-word;display:inline-block;overflow:hidden;">
index.jsp (line numbers are on the left side denoted like "212:")- Code: Select all
052: width: ${model.showRight ? 540 : 0}px;
I hope this helps you with your problems.