fix borders in streamlist

This commit is contained in:
2024-01-05 12:32:52 +01:00
parent 1bf6fe0aa3
commit 4a01a5efb4
3 changed files with 7 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
#streamPage {
grid-row: 1 / 2;
overflow: auto;
margin-bottom: 0.5em;
width: 100%;
background: local url('/assets/result.png') top right / 50% no-repeat, rgba(0, 0, 0, 0.8);
}