Context menu thing
This commit is contained in:
9
src/lib/components/menu/MenuDivider.svelte
Normal file
9
src/lib/components/menu/MenuDivider.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<hr />
|
||||
|
||||
<style>
|
||||
hr {
|
||||
border-top: 1px solid #0003;
|
||||
width: 100%;
|
||||
margin: 2px 0;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user