Skip to content

Commit

Permalink
Fixed status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
notangelmario committed Nov 7, 2023
1 parent 301277a commit 45e2490
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 56 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
53 changes: 0 additions & 53 deletions public/manifest.json

This file was deleted.

6 changes: 4 additions & 2 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,21 @@ html, body, #app {
box-shadow: 0 0 10px 1px var(--vscode-widget-shadow);
border-radius: calc(var(--radius) * 2);
padding: 1rem;
z-index: 99;
z-index: 9999;
transition: opacity 1s ease-out;
}

/* Status */
#marker-status {
position: fixed!important;
display: flex;
flex-flow: row;
flex-wrap: nowrap;
align-items: center;
z-index: 99;
z-index: 9999;
padding: 0 16px;
top: calc(100vh - 24px);
right: 0;
bottom: 0;
left: 0;
width: 100%;
Expand Down

0 comments on commit 45e2490

Please sign in to comment.