fix document name alignment (#3559)

it got wrong :(

### Change Type
- [x] `dotcom` — Changes the tldraw.com web app
- [x] `bugfix` — Bug fix
This commit is contained in:
alex 2024-04-23 10:49:01 +01:00 committed by GitHub
parent 4245fd55b2
commit a7b0fdd46e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}