forked from AkkomaGang/akkoma-fe
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