From 9e91c723a088cbfd8ab9bc148aae4a907a80baa5 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Wed, 31 May 2023 18:36:11 +0200 Subject: [PATCH] fix(toolbar): reduce height if read-only (#8976) --- client/src/document/toolbar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/document/toolbar/index.tsx b/client/src/document/toolbar/index.tsx index ca6af10d991a..d20f6abcd677 100644 --- a/client/src/document/toolbar/index.tsx +++ b/client/src/document/toolbar/index.tsx @@ -48,11 +48,11 @@ export default function Toolbar({ {isReadOnly && ( -

+

You're in read-only mode. -

+
)}