forked from DebaucheryLibrarian/traxxx
Further network layout improvements.
This commit is contained in:
@@ -36,8 +36,7 @@ export default {
|
||||
grid-template-columns: 1fr;
|
||||
overflow-y: auto;
|
||||
|
||||
&.compact {
|
||||
display: flex;
|
||||
&.compact:not(.expanded) {
|
||||
overflow-x: auto;
|
||||
|
||||
.tile {
|
||||
@@ -45,5 +44,9 @@ export default {
|
||||
margin: 0 1rem 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.expanded {
|
||||
grid-template-columns: repeat(2, .5fr);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user