1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

Add video duration to overlay

Fixes #498
This commit is contained in:
Zed
2025-11-29 03:38:40 +01:00
parent 7a08a9e132
commit 96ec75fc7f
3 changed files with 24 additions and 0 deletions

View File

@@ -53,6 +53,16 @@ video {
height: 40px;
}
.overlay-duration {
position: absolute;
bottom: 8px;
left: 8px;
background-color: #0000007a;
line-height: 1em;
padding: 4px 6px 4px 6px;
border-radius: 5px;
font-weight: bold;
}
form {
width: 100%;