moved some widgets to elements

This commit is contained in:
Jan Prochazka
2021-03-06 08:09:29 +01:00
parent dcfd6ee1dc
commit 78d71602bf
20 changed files with 19 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
<div><slot /></div>
<style>
div {
display: flex;
margin-bottom: 5px;
}
</style>