fix: minor UI styling

This commit is contained in:
liyasthomas
2021-07-20 15:59:30 +05:30
parent 88ccda8fd1
commit 2ace83bcaf
13 changed files with 110 additions and 129 deletions

View File

@@ -28,7 +28,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.collection {
@apply flex flex-col flex-1;
@apply justify-center;

View File

@@ -24,13 +24,13 @@ export default {
}
</script>
<style lang="scss" scoped>
<style scoped lang="scss">
.folder {
@apply flex flex-col flex-1;
@apply justify-center;
@apply p-4;
@apply border-l border-divider;
@apply mt-4;
@apply border-l border-divider;
.material-icons {
@apply mr-4;