Skip to content

(Update) Style tweaks and donation transaction wrapping #4434

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

Merged
merged 6 commits into from
Jan 22, 2025

Conversation

AnabolicsAnonymous
Copy link
Contributor

This fixes muted-text colors on the material navy theme, adds a drop shadow to the secondary navigation bar on all themes, and wraps extremely long transactions inputs on the staffs donation index. Users sometimes paste really long strings making it annoying to see all the elements without scrolling horizontally.

Copy link
Collaborator

@Roardom Roardom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some good changes in here. Thank you.

@@ -560,7 +560,7 @@ a {
}

.text-muted {
color: #0e111c;
color: #808080;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took a look through the entire codebase, and the only place this css class is used is on the 2fa page. It might be a good idea to just let the default colors be used on the 2fa page and remove this class everywhere. It'd be nice to remove it from the _shame.scss anyways.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Explains why I didn't initially notice it, feel like a better solution would be to update the page a little bit to match the style of the other pages, looks like it was left behind a while ago.

@HDVinnie HDVinnie requested a review from Roardom January 20, 2025 13:14
@HDVinnie HDVinnie changed the title update: style tweaks and donation transaction wrapping (Update) Style tweaks and donation transaction wrapping Jan 22, 2025
@HDVinnie HDVinnie merged commit 64d08ec into HDInnovations:8.x.x Jan 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants