mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #148] [MERGED] [core] Fix Blockquote Style #148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/148
Author: @ricoberger
Created: 2/23/2024
Status: ✅ Merged
Merged: 2/23/2024
Merged by: @ricoberger
Base:
main← Head:core-improve-blockquote-style📝 Commits (1)
e3ca09c[core] Fix Blockquote Style📊 Changes
2 files changed (+18 additions, -0 deletions)
View changed files
📝
app/lib/widgets/item/details/utils/item_description.dart(+9 -0)📝
app/lib/widgets/item/preview/utils/item_description.dart(+9 -0)📄 Description
This commit fixes the style of blockquotes when we render the item description as Markdown. Until now blockquotes had a weird blue background, so that the text wasn't readable.
Now we are using the surface color as background and we add a border on the left site with the primary color.
We would also like to use italic as font family, but there is currently a bug, so that the defined blockquote style is not applied. See https://github.com/flutter/flutter/issues/81720
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.