mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
[design] post type filter list is now the same column width
This commit is contained in:
parent
de4c239f26
commit
62333c3446
@ -64,8 +64,10 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.post-type-filter {
|
.post-type-filter {
|
||||||
& .item {
|
& .filter-list {
|
||||||
margin-right: $space-base;
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, 10%);
|
||||||
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user