option to show user in mobile view

This commit is contained in:
j 2024-08-08 14:37:14 +02:00
commit 4748930460
3 changed files with 10 additions and 2 deletions

View file

@ -139,6 +139,10 @@ video, .poster {
border: 1px solid blueviolet;
margin-bottom: 4px;
}
.annotation .user {
opacity: 0.75;
}
@media(max-width:768px) {
.annotation a img {
width: 100%;