Merge pull request #1528 from nextcloud/reduceCardSpacing
reduce card spacing
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user