mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Beautify horizontal line above category buttons in filter menu
This commit is contained in:
parent
4050d8d01d
commit
3e800751ed
@ -12,12 +12,12 @@
|
|||||||
<li class="item item-save-topics">
|
<li class="item item-save-topics">
|
||||||
<labeled-button filled :label="$t('actions.save')" icon="save" @click="saveCategories" />
|
<labeled-button filled :label="$t('actions.save')" icon="save" @click="saveCategories" />
|
||||||
</li>
|
</li>
|
||||||
<hr />
|
|
||||||
<ds-space margin="base" />
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #filter-list>
|
<template #filter-list>
|
||||||
<div class="category-filter-list">
|
<div class="category-filter-list">
|
||||||
|
<hr />
|
||||||
|
<ds-space margin="small" />
|
||||||
<base-button
|
<base-button
|
||||||
v-for="category in categories"
|
v-for="category in categories"
|
||||||
:key="category.id"
|
:key="category.id"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user