waffle/frontend/src/components/Sidebar.svelte

13 lines
147 B
Svelte
Raw Normal View History

2022-04-15 02:39:13 +03:00
<style>
.sidebar {
height: 100%;
width: 255px;
background-color: black;
}
</style>
<div class="sidebar">
</div>