cleanups
This commit is contained in:
parent
a936246de9
commit
f129e7abb0
3 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
`
|
||||
|
|
Loading…
Reference in a new issue