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

Added speech bubble to citations in User Story Page #84

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

biru-codeastromer
Copy link
Contributor

@biru-codeastromer biru-codeastromer commented Jan 15, 2025

Fixes #8

Summary:

  • Implemented a speech bubble tail (caret) effect using CSS ::after pseudo-element.
  • Positioned the caret below the speech bubble box, creating a more authentic speech bubble shape.
  • Adjusted the bottom and border-width properties to achieve the desired effect.

Changes Made:

  • CSS .speechBubble class**: Added position: relative; for proper placement of the caret.
  • CSS .speechBubble::after pseudo-element**: Added a caret effect using borders to simulate the tail of the speech bubble.
  • Adjusted bottom to position the caret slightly below the speech bubble.
  • Set appropriate border-color to match the speech bubble’s background.

Issue Resolved:

  • The issue where the speech bubble lacked a proper tail was fixed.

Result:

  • The speech bubble now has a tail pointing downward, positioned just below the box for a complete speech bubble effect.

Before :

Screenshot 2025-01-15 at 10 43 31 AM

After :

Screenshot 2025-01-15 at 10 44 03 AM

Please review the changes and let me know if there are any questions or further adjustments needed.

@biru-codeastromer
Copy link
Contributor Author

biru-codeastromer commented Jan 15, 2025

Hi Sir @krisstern ,
I hope you're doing well .
I wanted to ask you about a thing I notice in my PR .

Screenshot 2025-01-15 at 5 13 20 PM Screenshot 2025-01-15 at 5 15 53 PM

There are 7 CI checks including deployment , but why are there been only 4 CI checks in this PR ; and also no deployment has been shown .

@krisstern
Copy link
Member

Hi, you do not have the permissions to deploy your PR to the preview, not unless there is some input on the maintainers' (such as mine) side.

@biru-codeastromer
Copy link
Contributor Author

Hi, you do not have the permissions to deploy your PR to the preview, not unless there is some input on the maintainers' (such as mine) side.

Hi Sir,

Thank you for clarifying! :)

@biru-codeastromer
Copy link
Contributor Author

I have resolved conflicts here too !

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.

Add a speech bubble in user story page
2 participants