chorus icon indicating copy to clipboard operation
chorus copied to clipboard

Two fixes

Open hugegreenbug opened this issue 11 years ago • 3 comments

Fixes the remote control pad from being 12 px above the main controls div in sass Fixes the now playing title from being cut off in browsers other than crhome in sass

hugegreenbug avatar Nov 29 '14 20:11 hugegreenbug

You changed the files located in the dist folder but these are generated by grunt and compass. I don't really understand why they are checked into the repository anyway.

On the next build, these changes are going to be overridden. In order to make changes to the style.css file, you have to look for the corresponding files in src/theme/**/*.scss. All these files are processed and concatenated into the styles.css using compass.

janhicken avatar Jan 15 '15 10:01 janhicken

I did both, I edited the sass and I checked in the built version. Sorry for checking in the built version, but I did make the changes to the source.

Hugh

On Thu, Jan 15, 2015 at 3:06 AM, Jan [email protected] wrote:

You changed the files located in the dist folder but these are generated by grunt and compass. I don't really understand why they are checked into the repository anyway.

On the next build, these changes are going to be overridden. In order to make changes to the style.css file, you have to look for the corresponding files in src/theme/*/.scss. All these files are processed and concatenated into the styles.css using compass.

— Reply to this email directly or view it on GitHub https://github.com/jez500/chorus/pull/94#issuecomment-70063965.

hugegreenbug avatar Jan 15 '15 17:01 hugegreenbug

Nevermind, I'm sorry, didn't recognize you edited them, too. It's just a bit confusing to have all changes listed twice in the commits :)

janhicken avatar Jan 16 '15 15:01 janhicken