Restrict small user avatar picture size to square

This commit is contained in:
Jan Böhmer 2023-02-05 20:06:53 +01:00
parent a925597565
commit 08b60cd149
5 changed files with 40 additions and 14 deletions

View file

@ -36,18 +36,6 @@
height: 1.5em;
}
.hoverpic {
min-width: 10px;
max-width: 30px;
display: block;
margin-left: auto;
margin-right: auto;
}
.thumbnail-sm {
max-height: 100px;
}
/* Show symbol after exteral links */
/*noinspection CssNoGenericFontName*/
a[target="_blank"].link-external:after {