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

DF Chat Enhancements: Minor incompatibility with Cautious Gamemasters Pack #449

Open
cs96and opened this issue Feb 10, 2023 · 0 comments
Open
Assignees
Labels

Comments

@cs96and
Copy link

cs96and commented Feb 10, 2023

Module
DF Chat Enhancements 4.1.0

Describe the issue
When the "Display Send Button In Chat" option is enabled in DF Chat Enhancements and the CGMP module is enabled, the button appears in the wrong place and the chat box has a region of padding underneath.

Please see here for more details
cs96and/FoundryVTT-CGMP#20

To Reproduce
Steps to reproduce the behavior:

  1. Enable both DF Chat ENhancements and CGMP modules
  2. In Chat Enhancements settings, enable "Display Send Button In Chat"

Expected behavior
The send button should appear at the bottom right, and there should not be a large area of padding underneath the chat box.

Screenshots (Optional)
image

This is due to the send button trying to set the float: right css property, but you can't float things inside a flex container. CGMP changes the chat-form into a flex container so that it can make the typing notification appear and disappear.

I'm not much of a CSS expert, and I don't really know how to fix this, but it appears to me that this would need to be fixed in the DF Chat Enhancements module, not in CGMP.

@cs96and cs96and added the bug Something isn't working label Feb 10, 2023
@flamewave000 flamewave000 added conflict and removed bug Something isn't working labels Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants