more responsive fixes

This commit is contained in:
2024-01-16 21:35:46 +01:00
parent 7aa23cfbe9
commit bade38efc6
4 changed files with 54 additions and 14 deletions

View File

@@ -41,4 +41,11 @@
margin-right: 1px;
height: 100%;
}
@media (max-width: 575px) {
#streamPage {
background: local url('/assets/result.png') top right / 80% no-repeat,
rgba(0, 0, 0, 0.8);
}
}
</style>