Plan stuff. Log stuff.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
274 B

<div class="menu">
<div class="right">
<slot name="right" />
</div>
<slot />
</div>
<style>
div.right {
position: absolute;
right: 0;
text-align: right;
}
div.menu {
background-color: #222;
margin: 0;
user-select: none;
}
</style>