fix borders in streamlist
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
|
overflow-y: scroll;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div id="tag-select">
|
<div class="tag-select">
|
||||||
<TagSelect bind:listOpen bind:checked={filteredTags} {remainingTags} />
|
<TagSelect bind:listOpen bind:checked={filteredTags} {remainingTags} />
|
||||||
<button
|
<button
|
||||||
on:click={() => (favoritesOnly = !favoritesOnly)}
|
on:click={() => (favoritesOnly = !favoritesOnly)}
|
||||||
@@ -103,6 +103,8 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
|
border-top: 0;
|
||||||
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-item-tags {
|
.stream-item-tags {
|
||||||
@@ -148,10 +150,11 @@
|
|||||||
background-color: #7aa8b8;
|
background-color: #7aa8b8;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tag-select {
|
.tag-select {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: black;
|
color: black;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
|
|||||||
@@ -31,6 +31,7 @@
|
|||||||
#streamPage {
|
#streamPage {
|
||||||
grid-row: 1 / 2;
|
grid-row: 1 / 2;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: local url('/assets/result.png') top right / 50% no-repeat, rgba(0, 0, 0, 0.8);
|
background: local url('/assets/result.png') top right / 50% no-repeat, rgba(0, 0, 0, 0.8);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user