when looking at the original code of the plug-in, I found that there is a sentence in the css style:
: root {
--thumbnail-width: 20px;
--thumbnail-height: 3px;
--shadow: rgba(0, 0, 0, .25)
}
: root sets the html root element; what does-- thumbnail-width-- thumbnail-height-- shadow mean?