lint(Bookmark.vue)

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-02-03 18:09:45 +01:00
parent 74d214907e
commit b8e4ff03a4
1 changed files with 1 additions and 4 deletions

View File

@ -347,6 +347,7 @@ export default {
left: calc(45% - 20px);
transform: scale(2);
transform-origin: top left;
margin: 0 5px 0 8px;
}
.item--gridview .bookmark__description {
@ -358,8 +359,4 @@ export default {
position: relative;
top: 5px;
}
.item--gridview .bookmark__icon {
margin: 0 5px 0 8px;
}
</style>