fix: filter button alignments and backgrounds for link shares
This commit is contained in:
parent
7e4f58214a
commit
c2694dc089
5 changed files with 90 additions and 63 deletions
|
|
@ -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>
|
||||
Reference in a new issue