fixed card sizes and update Library views

This commit is contained in:
axolotle
2021-06-28 16:50:39 +02:00
parent c33a4cfce5
commit 60d239450c
8 changed files with 130 additions and 47 deletions
@@ -63,5 +63,23 @@ export default {
.popover-body {
padding: 0;
}
.node-view {
width: $node-card-width-sm;
max-width: 100%;
max-height: 100%;
@include media-breakpoint-up($size-bp) {
width: $node-card-width;
}
&-wrapper {
height: $node-card-height-sm;
@include media-breakpoint-up($size-bp) {
height: $node-card-height;
}
}
}
}
</style>