mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-03-13 13:29:59 +01:00
A small sass fix for #577
This commit is contained in:
parent
752ee9d70c
commit
066efd5b3c
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
||||||
|
button:disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.user-profile {
|
.user-profile {
|
||||||
flex: 2;
|
flex: 2;
|
||||||
flex-basis: 500px;
|
flex-basis: 500px;
|
||||||
|
|
Loading…
Reference in a new issue