add links bar
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user