mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
Make timestamps.js re-useable
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user