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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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>