1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-24 20:32:49 -05:00

Limit height of card images

This commit is contained in:
Zed
2021-01-02 19:27:49 +01:00
parent c327f4cc06
commit ced729c6d5

View File

@@ -81,6 +81,7 @@
img {
width: 100%;
height: 100%;
max-height: 400px;
display: block;
object-fit: cover;
}