|
@@ -7,7 +7,7 @@
|
|
{{ char }}
|
|
{{ char }}
|
|
</h3>
|
|
</h3>
|
|
|
|
|
|
- <div class="library-list-nodes-group">
|
|
|
|
|
|
+ <div class="library-list-nodes-group nodes-grid">
|
|
<node-view
|
|
<node-view
|
|
v-for="node in nodes" :key="char + '-' + node.id"
|
|
v-for="node in nodes" :key="char + '-' + node.id"
|
|
:node="node"
|
|
:node="node"
|
|
@@ -106,27 +106,6 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
&-nodes-group {
|
|
&-nodes-group {
|
|
- display: grid;
|
|
|
|
- grid-gap: 2.2rem;
|
|
|
|
- grid-template-columns: 1fr;
|
|
|
|
- grid-template-rows: auto;
|
|
|
|
-
|
|
|
|
- @include media-breakpoint-up(lg) {
|
|
|
|
- grid-gap: 3.4rem;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @media (min-width: 650px) {
|
|
|
|
- grid-template-columns: repeat(2, 1fr);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @include media-breakpoint-up(lg) {
|
|
|
|
- grid-template-columns: repeat(3, 1fr);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @include media-breakpoint-up(xxl) {
|
|
|
|
- grid-template-columns: repeat(4, 1fr);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.node-view {
|
|
.node-view {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
height: $node-card-height-sm;
|
|
height: $node-card-height-sm;
|