split comments css

This commit is contained in:
j 2023-07-15 13:04:07 +05:30
commit 100fe79b1d
4 changed files with 61 additions and 50 deletions

View file

@ -86,6 +86,16 @@ video, .poster {
.layer.active:first-child {
padding-top: 0px;
}
.layer h3 {
font-weight: bold;
padding: 4px;
padding-left: 0;
margin: 0;
//display: none;
}
.layer.active h3 {
display: block;
}
.annotation {
padding: 4px;
@ -107,20 +117,10 @@ video, .poster {
}
}
.layer h3,
.comments h3 {
font-weight: bold;
padding: 4px;
padding-left: 0;
margin: 0;
//display: none;
.layer h3 {
cursor: pointer;
}
.layer.active h3 {
display: block;
}
.layer .icon svg,
.comments .icon svg {
.layer .icon svg {
width: 12px;
height: 12px;
}