-
Notifications
You must be signed in to change notification settings - Fork 25
fix: adjusted notification area with tailwind #1168
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
Conversation
Co-authored-by: Jannik Stehle <50302941+JammingBen@users.noreply.github.com>
| class="markdown-container flex min-h-0 [mask-image:none]" | ||
| :class="{ | ||
| 'mask-image:linear-gradient(180deg,black,transparent)] collapsed': markdownCollapsed | ||
| }" |
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.
I just saw that this removes the gradient completely, which we want to keep. The intention with the min-height was to not make it as noticeable when the description is short. But it's probably just a bad workaround. Better adjust the gradient to be less prominent in general, e.g. via mask-linear-[180deg,black,80%,transparent].
JammingBen
left a comment
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.
👍 (needs a rebase though)
Refactor tailwind changes:
Related Issue: #937 (comment)
notification-Area