1
0

fix: filter button alignments and backgrounds for link shares

This commit is contained in:
kolaente
2022-05-08 11:13:19 +02:00
parent 7e4f58214a
commit c2694dc089
5 changed files with 90 additions and 63 deletions

View File

@ -373,4 +373,9 @@ export default defineComponent({
.list-view .task-add {
padding: 1rem 1rem 0;
}
.link-share-view .card {
border: none;
box-shadow: none;
}
</style>