Skip to content
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

Use client_button instead of objection_button #210

Merged
merged 2 commits into from Dec 21, 2023
Merged

Use client_button instead of objection_button #210

merged 2 commits into from Dec 21, 2023

Conversation

OmniTroid
Copy link
Contributor

Currently, we use objection_button class for the shouts, but the toggleShout function actually changes it to client_button instead. This makes it change style (height) whenever it is pressed. We can fix this by just using client_button. That makes it look more like the rest of the buttons as well.

Since we don't use objection_button anymore, remove it from the styles.

Currently, we use objection_button class for the shouts, but the
toggleShout function actually changes it to client_button
instead. This makes it change style (height) whenever
it is pressed. We can fix this by just using client_button.
That makes it look more like the rest of the buttons as well.

Since we don't use objection_button anymore, remove it from
the styles.
@OmniTroid
Copy link
Contributor Author

image
This is how it looks when the client is first loaded.

image
Clicking one of the buttons "squishes" it like this.

image
By applying client_button, we just make them look like the others.

@stonedDiscord stonedDiscord merged commit b288429 into AttorneyOnline:master Dec 21, 2023
1 check 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.

2 participants