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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
marcelklehr authored and nextcloud-command committed Nov 11, 2022
1 parent a9fc306 commit 937b921
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 33 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-main.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/photos-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-public.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @copyright Copyright (c) 2022 Louis Chemineau <louis@chmn.me>
*
Expand Down

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

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 937b921

Please sign in to comment.