-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an ability to set custom css #83
Conversation
That guy is way too fast :-) I'll take one of the reviews. |
@@ -15,6 +15,15 @@ | |||
<link rel="stylesheet" href="css/bootstrap.css"> | |||
<link rel="stylesheet" href="css/style.css"> | |||
<link id="theme" rel="stylesheet" href="<%= theme %>"> | |||
<style id="user-specified-css">/* Easily modify font settings used in chat window */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set class="input"
here and you will be able to remove some of the CSS while integrating better with the other form elements. Dumb example here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean that on the textarea
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, yes indeed! That's why I shouldn't comment at 2am :)
I only have one slight concern about this PR: it is possible to break the client in a way where it's not recoverable other than from the developer console, for example by setting body to |
This is huge, what an amazing feature! Lets advanced users customize things at their will while being a simple I did not think of what @maxpoulin64 and that's a very smart comment. I really like the idea of appending something at the end of the URL that disables the custom CSS to lets you edit it in a safe mode. However, I think I'd rather have I have one main concern though, which is the
For these and so many other reasons, I am all in favor of shipping an empty I can think of a lot of ideas coming from this, but none of which should belong to this PR: auto-expand the field, CSS syntax highlighting, syntax checking and linting, ... This is good stuff, can't wait to see it ready to merge :-) |
I've fixed all of your comments. |
This is amazing, I am so glad I can finally use my favorite font for the Lounge even though so-called designers keep disagreeing: :-) My last few comments and after that I believe it can go:
Excitiiiing! |
Cheeky.
Fixed.
Not worth the effort, really. |
You know nothing :-)
Great! 👍 then!
Agreed, at least for the moment. |
Add an ability to set custom css
Fixes #80.