Worker photo max width and height
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-01-20 15:00:44 +01:00
parent f125f7c80d
commit c8ecdfe380
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ vn-descriptor-content {
& > img[ng-src] {
min-height: 16em;
display: block;
height: 100%;
width: 100%;
width: 256px;
height: 256px;
}
vn-float-button {