diff --git a/static/css/tasks.css b/static/css/tasks.css index 065b157..380edb2 100644 --- a/static/css/tasks.css +++ b/static/css/tasks.css @@ -198,10 +198,6 @@ margin-top: 1rem; } -#create-task-btn { - margin-top: 1rem; -} - @media (orientation: portrait), (max-width: 1023px) { .side-panel { position: fixed; @@ -272,10 +268,6 @@ .side-panel-close { display: none; } - - .create-task-container { - flex-shrink: 0; - } } .empty-state { diff --git a/templates/tasks.html b/templates/tasks.html index dd45103..b2e1624 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -14,6 +14,7 @@ +
@@ -35,7 +36,7 @@
- +
@@ -54,10 +55,6 @@
- -
- -