diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index c3ddab7fa..616235fb9 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -324,13 +324,12 @@ hr { } .info:not(.toasted) { - @apply m-2; + @apply m-4; @apply text-fgLightColor; .material-icons { @apply align-middle; - @apply ml-2; - @apply mr-4; + @apply mr-2; } } diff --git a/components/collections/add-collection.vue b/components/collections/add-collection.vue index 92a39147b..e037e04b5 100644 --- a/components/collections/add-collection.vue +++ b/components/collections/add-collection.vue @@ -1,30 +1,24 @@