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
@@ -56,6 +56,7 @@ $grid-breakpoints: (
md: 1024px,
lg: 1200px,
xl: 1440px,
xxl: 1920px,
);
$layout-bp: md;
@@ -173,8 +174,11 @@ $node-card-spacer-sm-x: 8px;
$node-card-spacer-sm-y: 8px;
$node-card-spacer-x: 15px;
$node-card-spacer-y: 10px;
$node-card-width: 560px;
$node-card-height: 350px;
$node-card-width-sm: $node-card-width / 1.5;
$node-card-height-sm: $node-card-height / 1.5;
// MISC
$btn-size: 26px;