fix document name alignment (#3559)

it got wrong :(

### Change Type
- [x] `dotcom` — Changes the tldraw.com web app
- [x] `bugfix` — Bug fix
pull/3562/head
alex 2024-04-23 10:49:01 +01:00 zatwierdzone przez GitHub
rodzic 4245fd55b2
commit a7b0fdd46e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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