Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8167e68 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Oct 23, 2024
1 parent 1fc228f commit ca636b5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 12 deletions.
18 changes: 9 additions & 9 deletions yjs/bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions yjs/bundle.js.map

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions yjs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,27 @@ body {
;
}
}

.p2p_status {
display: inline-flex;
align-items: center;
justify-content: space-evenly;
width: 3rem;

border-radius: 2rem;
& .p2p_status_icon {
font-size: 2.5rem;
line-height: 2.1rem;
height: 2rem;

&.red {
color: red;
}
&.orange {
color: orange;
}
&.green {
color: green;
}
}
}

0 comments on commit ca636b5

Please sign in to comment.