Context menu thing

This commit is contained in:
space-nuko
2023-04-29 14:12:20 -07:00
parent 311ee192b2
commit 2f53758045
10 changed files with 234 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
<hr />
<style>
hr {
border-top: 1px solid #0003;
width: 100%;
margin: 2px 0;
}
</style>