mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Support title and description for videos
This commit is contained in:
parent
02b206078d
commit
371a2473bc
6 changed files with 26 additions and 5 deletions
|
|
@ -15,6 +15,7 @@
|
|||
overflow: hidden;
|
||||
color: inherit;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-decoration: none !important;
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ video {
|
|||
|
||||
.video-container {
|
||||
max-height: 530px;
|
||||
margin: 0;
|
||||
|
||||
img {
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue