diff --git a/post_parser.py b/post_parser.py index be81640..9d88322 100644 --- a/post_parser.py +++ b/post_parser.py @@ -531,7 +531,7 @@ class PostParser: if reactions_views_html := self._reactions_views_links(message): # Add reactions, views, date and links content_footer.append(reactions_views_html) if flags_html := self._format_flags(message): # Add flags - content_footer.append(flags_html) + content_footer.append('
' + flags_html) html_footer = '\n'.join(content_footer) html_footer = self._sanitize_html(html_footer) return html_footer diff --git a/pyrogram-bridge.code-workspace b/pyrogram-bridge.code-workspace index 876a149..66f7c96 100644 --- a/pyrogram-bridge.code-workspace +++ b/pyrogram-bridge.code-workspace @@ -4,5 +4,21 @@ "path": "." } ], - "settings": {} + "settings": { + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#ebec63", + "activityBar.background": "#ebec63", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#15a9aa", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#ebec63", + "titleBar.activeBackground": "#e5e636", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#e5e63699", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.color": "#e5e636" + } } \ No newline at end of file