chore: improves upload field button aesthetics a bit

This commit is contained in:
James
2022-10-06 17:04:29 -04:00
parent 6f40b5c9ab
commit b379666dec

View File

@@ -9,9 +9,10 @@
padding: base(1.5) base(1.5) $baseline;
background: var(--theme-elevation-50);
flex-wrap: wrap;
.btn {
margin: 0 $baseline base(.5) 0;
min-width: base(7);
}
}
@@ -22,7 +23,8 @@
.btn {
width: 100%;
min-width: initial;
}
}
}
}
}