Added Zero Tolerance channel to network.

This commit is contained in:
DebaucheryLibrarian
2021-01-22 00:26:06 +01:00
parent 3babb9ee68
commit b16cc26024
23 changed files with 235 additions and 4 deletions

View File

@@ -164,6 +164,7 @@ export default {
flex-shrink: 0;
white-space: nowrap;
font-size: 0;
height: 18rem;
&.expanded {
display: grid;
@@ -204,6 +205,7 @@ export default {
.item-container,
.trailer-container {
height: 100%;
max-width: 100%;
position: relative;
display: inline-flex;
@@ -244,7 +246,7 @@ export default {
}
.item {
max-height: 18rem;
height: 100%;
max-width: 100%;
box-shadow: 0 0 3px var(--shadow-weak);
background-size: cover;

View File

@@ -99,7 +99,7 @@ export default {
width: 100%;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
grid-gap: 1rem;
grid-gap: .5rem;
box-sizing: border-box;
padding: 1rem;
}