vault backup: 2024-12-12 21:37:21

This commit is contained in:
2024-12-12 21:37:21 +01:00
parent a9676272f2
commit 5bfb39a2cd
295 changed files with 246402 additions and 0 deletions

View File

@ -0,0 +1,25 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.yt-transcript__transcript-block {
display: flex;
flex-direction: column;
margin-bottom: 25px;
}
.yt-transcript__transcript-block > span {
cursor: pointer;
}
.yt-transcript__highlight {
background-color: var(--text-highlight-bg);
padding: 0 2px;
border-radius: 2px;
font-weight: bold;
}