mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
change style for button position
This commit is contained in:
parent
4c4e67bcf7
commit
20ca2eca39
@ -6,7 +6,7 @@
|
||||
:label="$t('filter-menu.all')"
|
||||
icon="check"
|
||||
@click="resetCategories"
|
||||
style="margin-right: 20px;"
|
||||
style="margin-left: 50px; margin-right: 20px;"
|
||||
/>
|
||||
<labeled-button filled :label="$t('actions.save')" icon="save" @click="saveCategories" />
|
||||
<hr />
|
||||
@ -85,28 +85,4 @@ export default {
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
|
||||
section.filter-menu-section.categories-filter > ul button {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
section.filter-menu-section.categories-filter > ul label {
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 800px) {
|
||||
section.filter-menu-section.categories-filter > ul button {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
section.filter-menu-section.categories-filter > ul label {
|
||||
font-size: large;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</script>
|
||||
Loading…
x
Reference in New Issue
Block a user