-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix style issues #3876
Fix style issues #3876
Conversation
Would you mind putting the before and after screenshot of what's changed? |
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.
You can remove the "(beta)" label now 😂
|
I had to add back a manual workaround as it wasn't possible to solve it otherwise 😞 |
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.
ACK
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.
ACK
cssThemeFolder + "bisq.css", | ||
cssThemeFolder + "images.css", | ||
cssThemeFolder + "CandleStickChart.css", | ||
// load base styles first |
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.
Indent ?
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.
It was badly indented before, should be 8 for arguments.
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.
sorry this was one of my early contributions and I had my text editor set to hard tabs or something
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.
utACK
cssThemeFolder + "bisq.css", | ||
cssThemeFolder + "images.css", | ||
cssThemeFolder + "CandleStickChart.css", | ||
// load base styles first |
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.
It was badly indented before, should be 8 for arguments.
This will fix a text style issue in the offer book that occurs every now and then depending on the other cell row text colors.
Before
After
Also it moves all color codes to the top in the dark mode to be more consistent.