From a7b0fdd46e007b56edbc8c3d05b4f428a4d7a551 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 23 Apr 2024 10:49:01 +0100 Subject: [PATCH] fix document name alignment (#3559) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it got wrong :( ### Change Type - [x] `dotcom` — Changes the tldraw.com web app - [x] `bugfix` — Bug fix --- apps/dotcom/styles/z-board.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/dotcom/styles/z-board.css b/apps/dotcom/styles/z-board.css index 9d0f31ae2..ae8ec2ae2 100644 --- a/apps/dotcom/styles/z-board.css +++ b/apps/dotcom/styles/z-board.css @@ -330,7 +330,7 @@ justify-content: center; height: 36px; margin-top: 4px; - padding-left: 2px; + padding-left: 4px; max-width: 100%; color: var(--color-text); text-shadow: 1px 1px 0px var(--color-background); @@ -383,5 +383,4 @@ width: 36px; min-width: 36px; height: 36px; - transform: translateX(2px); }