Merge pull request #1528 from nextcloud/reduceCardSpacing

reduce card spacing
This commit is contained in:
Julius Härtl
2020-02-20 16:36:20 +01:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -162,8 +162,7 @@ export default {
flex-grow: 1;
display: flex;
flex-direction: column;
padding: 3px;
padding-top: 0;
padding: 0;
/**
* Use this to scroll each stack individually
* This currenly has the issue that the popover menu will be cut off

View File

@@ -217,8 +217,8 @@ export default {
</script>
<style lang="scss" scoped>
$card-spacing: 20px;
$card-padding: 15px;
$card-spacing: 10px;
$card-padding: 10px;
.fade-enter-active, .fade-leave-active {
transition: opacity .125s;