1
0

Make editor edit button at the bottom the default and make sure the done button stands out more

This commit is contained in:
kolaente
2021-08-17 21:10:32 +02:00
parent 3a46032c63
commit 9c6369e8d8
4 changed files with 19 additions and 48 deletions

View File

@ -117,21 +117,6 @@
}
}
}
&.description .editor {
&.is-pulled-up {
margin-top: -3rem;
}
.tabs {
margin-bottom: 0;
ul {
border-bottom: none;
}
}
}
}
.details, .heading {

View File

@ -21,9 +21,6 @@ $transition-duration: 100ms;
$flash-background-duration: 750ms;
$vikunja-font: 'Quicksand', sans-serif;
$vikunja-light-text: $grey-100;
$vikunja-blue: #7F23FF; // #7F23FF; // #5974d9
$vikunja-green: #4DB788;
$navbar-padding: 2rem;
$vikunja-nav-background: $light-background;