Fix stylelint

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Marcel Klehr 2022-11-07 13:26:26 +01:00 committed by nextcloud-command
parent a9fc306f0c
commit 937b921985
15 changed files with 12 additions and 15 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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);
}
@ -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>