This commit is contained in:
j 2023-07-25 20:18:20 +01:00
parent a936246de9
commit f129e7abb0
3 changed files with 7 additions and 2 deletions

View file

@ -61,6 +61,9 @@ nav.overlay {
height: 100vh;
top: 42px;
left: 0;
right: 0;
max-width: 1000px;
margin: auto;
background: rgb(16, 16, 16);
opacity: 0;
z-index: 100;

View file

@ -88,7 +88,10 @@ video, .poster {
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
font-size: 16pt;
font-size: 14px;
}
.more a {
color: rgb(144, 144, 144);
}
.layer.active {
padding-top: 8px;

View file

@ -156,7 +156,6 @@ document.querySelector('button#add-comment').addEventListener('click', event =>
<div class="text"></div>
<div class="meta">
by <span class="name"></span>
on
<span class="date"></span>
</div>
`