mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
parent
7a08a9e132
commit
96ec75fc7f
3 changed files with 24 additions and 0 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue