Make timestamps.js re-useable

This commit is contained in:
Kovid Goyal
2023-06-01 05:56:02 +05:30
parent 0d9f08f82e
commit af65b68ac3
4 changed files with 29 additions and 19 deletions

View File

@@ -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;
}