Browse Source

preparing for task archival

module/projects
Stephan Richter 4 weeks ago
parent
commit
36fdcd77ba
  1. 1
      frontend/src/routes/project/Kanban.svelte
  2. 18
      web/src/main/resources/web/css/default.css

1
frontend/src/routes/project/Kanban.svelte

@ -195,4 +195,5 @@ @@ -195,4 +195,5 @@
{/each}
{/each}
</div>
<div class="archive">{t('archive')}</div>
{/if}

18
web/src/main/resources/web/css/default.css

@ -363,3 +363,21 @@ a.wikilink{ @@ -363,3 +363,21 @@ a.wikilink{
}
}
.archive {
position: fixed;
top: 10px;
right: 10px;
width: 250px;
height: 40px;
z-index: 100;
border-radius: 5px;
background: black;
text-align: center;
border: 1px solid;
}
Loading…
Cancel
Save