Skip to content

Commit

Permalink
Fix stylelint
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Dec 3, 2022
1 parent 6af9876 commit 6dad5f2
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions src/components/FaceCover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@ export default {
}
}

&.face-cover--small {
.face-cover__crop-container {
width: 60px !important;
height: 60px !important;
--photos-face-width: 60px !important;
}
}

&:hover, &:focus {
background: var(--color-background-hover);
}
Expand Down Expand Up @@ -204,14 +196,19 @@ export default {
margin: 0;
}
}
}

&.face-cover--small {
* {
font-size: 15px !important;
}
.face-cover__details {
width: 60px !important;
}
.face-cover--small {
* {
font-size: 15px !important;
}
.face-cover__details {
width: 60px !important;
}
.face-cover__crop-container {
width: 60px !important;
height: 60px !important;
--photos-face-width: 60px !important;
}
}
</style>

0 comments on commit 6dad5f2

Please sign in to comment.