mirror of
https://github.com/zedeus/nitter.git
synced 2024-12-23 03:15:40 +00:00
Limit height of card images
This commit is contained in:
parent
c327f4cc06
commit
ced729c6d5
|
@ -81,6 +81,7 @@
|
|||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-height: 400px;
|
||||
display: block;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue