mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Make timestamps.js re-useable
This commit is contained in:
parent
0d9f08f82e
commit
af65b68ac3
4 changed files with 29 additions and 19 deletions
6
docs/_static/timestamps.css
vendored
6
docs/_static/timestamps.css
vendored
|
|
@ -1,13 +1,13 @@
|
|||
.timestamp-list dl {
|
||||
.video-with-timestamps dl {
|
||||
display: grid;
|
||||
grid-template-columns: max-content auto;
|
||||
}
|
||||
|
||||
.timestamp-list dt {
|
||||
.video-with-timestamps dt {
|
||||
grid-column-start: 1;
|
||||
}
|
||||
|
||||
.timestamp-list dd {
|
||||
.video-with-timestamps dd {
|
||||
grid-column-start: 2;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue