@@ -3101,7 +3101,7 @@ export default function PostContent({
type="button"
variant="outline"
size="sm"
- className="h-8 gap-1.5 text-sm font-normal shrink-0"
+ className="h-8 w-8 shrink-0 p-0"
disabled={!canUseMediaKindFromUrlButton}
title={
canUseMediaKindFromUrlButton
@@ -3111,13 +3111,17 @@ export default function PostContent({
onClick={handleUseMediaNoteKindFromUrl}
>
-
{t('Media kind')}
+
{t('Media kind')}
-
diff --git a/src/components/PostEditor/PostTextarea/index.tsx b/src/components/PostEditor/PostTextarea/index.tsx
index 687d6767..62603e4e 100644
--- a/src/components/PostEditor/PostTextarea/index.tsx
+++ b/src/components/PostEditor/PostTextarea/index.tsx
@@ -272,8 +272,8 @@ const PostTextarea = forwardRef<
return (
-
-
+
+
{t('Edit')}
@@ -281,11 +281,11 @@ const PostTextarea = forwardRef<
{t('Preview')}
- {headerActions && (
+ {headerActions ? (
{headerActions}
- )}
+ ) : null}