Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed and improved some user interface issues. #1666

Merged
merged 12 commits into from
Nov 28, 2024
Prev Previous commit
Next Next commit
fix for thumbnail image being cut off
  • Loading branch information
Junjiequan committed Nov 20, 2024
commit 1f2fb15623648c12d05ae690c94fea859288e619
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<mat-cell *matCellDef="let dataset">
<img
src="{{ dataset.pid | thumbnail | async }}"
height="60px"
height="42px"
loading="lazy"
/>
</mat-cell>
Expand Down