mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
Unset max height for videos with title/description
This commit is contained in:
parent
4d2c68e9f5
commit
50ebafdf79
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
.card {
|
||||
margin: 5px 0;
|
||||
pointer-events: all;
|
||||
max-height: unset;
|
||||
}
|
||||
|
||||
.card-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue