fixed card sizes and update Library views
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user