web/pages/library: fix layout for applications without icon

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-03-17 22:25:11 +01:00
parent 8cadee28c1
commit 706ffb56f7
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export class LibraryApplication extends LitElement {
--pf-c-avatar--BorderRadius: 0;
}
.pf-c-card__header {
min-height: 60px;
justify-content: space-between;
}
.pf-c-card__header a {