Skip to content

Commit

Permalink
Added QuickBar to quickly add new items.
Browse files Browse the repository at this point in the history
  • Loading branch information
raguay committed Jun 3, 2024
1 parent dbec8be commit b84a782
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/components/MetaBoardList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -336,15 +336,17 @@

<style>
#MBBackground {
background-color: rgba(0, 0, 0, 0.4);
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
top: 0px;
top: 36px;
left: 0px;
z-index: 200;
border: 5px solid transparent;
border-radius: 10px;
}
#metaboardlist {
Expand Down

0 comments on commit b84a782

Please sign in to comment.