fix borders in streamlist
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div id="tag-select">
|
||||
<div class="tag-select">
|
||||
<TagSelect bind:listOpen bind:checked={filteredTags} {remainingTags} />
|
||||
<button
|
||||
on:click={() => (favoritesOnly = !favoritesOnly)}
|
||||
@@ -103,6 +103,8 @@
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 1px solid black;
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.stream-item-tags {
|
||||
@@ -148,10 +150,11 @@
|
||||
background-color: #7aa8b8;
|
||||
}
|
||||
|
||||
#tag-select {
|
||||
.tag-select {
|
||||
text-align: left;
|
||||
color: black;
|
||||
display: flex;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
||||
Reference in New Issue
Block a user