client: Fix title outline (closes #358)

This commit is contained in:
Elian Doran 2024-08-17 10:59:12 +03:00
parent 937e87d760
commit bb2fa70cd6
No known key found for this signature in database

View File

@ -17,6 +17,7 @@ const TPL = `
.note-title-widget input.note-title { .note-title-widget input.note-title {
font-size: 180%; font-size: 180%;
border: 0; border: 0;
margin: 2px 0px;
min-width: 5em; min-width: 5em;
width: 100%; width: 100%;
} }