add links bar

This commit is contained in:
2024-01-20 04:31:17 +01:00
parent 76fda12604
commit 30b979817a
6 changed files with 101 additions and 3 deletions
+19
View File
@@ -1,3 +1,9 @@
<script>
import { currentStream } from '$lib/stores.js';
currentStream.set({});
</script>
<div class="stream-information">
<h1 class="title">Auditorium of Babel</h1>
<h3 class="backlink">ID: aptget</h3>
@@ -85,4 +91,17 @@
width: 0;
height: 0;
}
@media (max-width: 575px) {
.stream-information {
width: initial;
}
.description-bubble {
max-width: initial;
}
.description-bubble::after {
visibility: hidden;
}
}
</style>