Anki/ts/editor-toolbar/ButtonItem.svelte
Henrik Giesel 773f431bb8 Merge buttons to one OuterButtonGroup
- keeping up the concept of left / right buttons might not be necessary anymore
- This might make it easier to display them on mobile, and simplifies the logic
2021-04-15 13:09:49 +02:00

10 lines
128 B
Svelte

<style lang="scss">
li {
display: inline-block;
margin-bottom: 2px;
}
</style>
<li>
<slot />
</li>