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:
parent
4245fd55b2
commit
a7b0fdd46e
1 changed files with 1 additions and 2 deletions
|
@ -330,7 +330,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
padding-left: 2px;
|
padding-left: 4px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
text-shadow: 1px 1px 0px var(--color-background);
|
text-shadow: 1px 1px 0px var(--color-background);
|
||||||
|
@ -383,5 +383,4 @@
|
||||||
width: 36px;
|
width: 36px;
|
||||||
min-width: 36px;
|
min-width: 36px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
transform: translateX(2px);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue