1
0

fix(task): make sure the modal close button is not overlapped with the title field (#3256)

Resolves https://kolaente.dev/vikunja/frontend/issues/3252
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3256
Co-authored-by: kolaente <k@knt.li>
Co-committed-by: kolaente <k@knt.li>
This commit is contained in:
kolaente
2023-10-22 17:40:50 +00:00
committed by konrad
parent c1149273f9
commit 0b294de132
3 changed files with 12 additions and 3 deletions

View File

@ -37,3 +37,5 @@ $navbar-padding: 2rem;
$vikunja-nav-color: var(--grey-700);
$vikunja-nav-selected-width: 0.4rem;
$close-button-min-space: 84px;