fix: minor UI spacing issues

This commit is contained in:
Liyas Thomas
2021-03-16 09:11:19 +00:00
committed by GitHub
parent f1389cdba0
commit 347ad94a43
3 changed files with 3 additions and 2 deletions

View File

@@ -70,7 +70,7 @@
<img
v-if="fb.currentUser.photoURL"
:src="fb.currentUser.photoURL"
class="rounded-full material-icons"
class="w-8 h-8 rounded-full material-icons"
alt="Profile image"
/>
<i v-else class="material-icons">account_circle</i>

View File

@@ -20,6 +20,7 @@ fieldset {
@apply transition;
@apply ease-in-out;
@apply duration-150;
@apply w-full;
legend {
@apply px-4;