forked from DebaucheryLibrarian/traxxx
Added Zero Tolerance channel to network.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user