A small sass fix for #577

This commit is contained in:
Wyatt Benno 2019-06-20 16:15:49 +09:00
parent 752ee9d70c
commit 066efd5b3c

View file

@ -76,6 +76,11 @@
<style lang="scss">
button:disabled {
cursor: not-allowed;
opacity: 1;
}
.user-profile {
flex: 2;
flex-basis: 500px;