Merge branch 'fox-edit-event-warning-popup-size' into 'master'
Fix edit event warning popup size Closes #652 See merge request framasoft/mobilizon!897
This commit is contained in:
commit
3a9b720660
|
@ -425,6 +425,20 @@ section {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<style lang="scss">
|
||||||
|
.dialog .modal-card {
|
||||||
|
max-width: 500px;
|
||||||
|
|
||||||
|
.modal-card-foot {
|
||||||
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
& > button {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { Component, Prop, Vue, Watch } from "vue-property-decorator";
|
import { Component, Prop, Vue, Watch } from "vue-property-decorator";
|
||||||
|
|
Loading…
Reference in a new issue