Fix icons sometimes cut off in certain browsers

This commit is contained in:
Michael Shamoon 2021-03-14 09:33:57 -07:00
parent e4909c3133
commit eb611b2c41
2 changed files with 6 additions and 4 deletions

View File

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

View File

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