diff --git a/web/components/answers/answer-compatibility-question-content.tsx b/web/components/answers/answer-compatibility-question-content.tsx index 73a4fb8..0da499f 100644 --- a/web/components/answers/answer-compatibility-question-content.tsx +++ b/web/components/answers/answer-compatibility-question-content.tsx @@ -156,7 +156,7 @@ export function AnswerCompatibilityQuestionContent(props: { ? shortenNumber(compatibilityQuestion.answer_count) : null return ( - + {/*{compatibilityQuestion.importance_score > 0 && */} {/* */} diff --git a/web/pages/donate.tsx b/web/pages/donate.tsx index 1ac2852..851ff74 100644 --- a/web/pages/donate.tsx +++ b/web/pages/donate.tsx @@ -16,7 +16,7 @@ export default function DonatePage() {

{t('donate.title','Donate')}

+ style={{width: '100%', minHeight: '100dvh'}}> ) diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 1d480d2..f5a9905 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -73,7 +73,7 @@ function LoadedNotificationsContent(props: { user: User }) { return (
- + {groupedNotifications === undefined || paginatedGroupedNotifications === undefined ? (