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

Add custom theme CSS support #128

Merged
merged 9 commits into from
Jul 5, 2021
Prev Previous commit
Next Next commit
Always use mb-4 for reactions
  • Loading branch information
laymonage committed Jul 5, 2021
commit f16f16eb747ccbd06faa84536e3adc59499a4d29
2 changes: 1 addition & 1 deletion components/Giscus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function Giscus({ onDiscussionCreateRequest, onError }: IGiscusPr
return (
<div className="w-full color-text-primary">
{reactionsEnabled && !isLoading && (shouldCreateDiscussion || !error) ? (
<div className="flex flex-col justify-center flex-auto mb-3 dmd:mb-1">
<div className="flex flex-col justify-center flex-auto mb-4">
<h4 className="font-semibold text-center">
{shouldCreateDiscussion && !totalReactionCount ? (
'0 reactions'
Expand Down