Swipable menu, draggable bookmarks
This commit is contained in:
@@ -53,8 +53,6 @@ const toggle = (e: MouseEvent) => {
|
||||
|
||||
{#if expanded}
|
||||
{@render body()}
|
||||
|
||||
<div class="separator"></div>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -63,11 +61,6 @@ const toggle = (e: MouseEvent) => {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid var(--separator);
|
||||
}
|
||||
.separator {
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
background-color: var(--separator);
|
||||
border-top: 1px solid var(--separator);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user