Merge pull request #766 from shamoon/fix/additional-card-info-icons-fix

Fix additional card info icons sometimes cut off in certain browsers
This commit is contained in:
Jonas Winkler 2021-03-14 18:44:48 +01:00 committed by GitHub
commit 7725973b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -51,8 +51,9 @@
}
.metadata-icon {
width: 0.8rem;
height: 0.8rem;
width: 0.9rem;
height: 0.9rem;
padding: 0.05rem;
}
.search-score {

View File

@ -53,8 +53,9 @@
}
.metadata-icon {
width: 0.8rem;
height: 0.8rem;
width: 0.9rem;
height: 0.9rem;
padding: 0.05rem;
}
}