mirror of https://github.com/bra1n/townsquare.git
parent
a7cdbf34e3
commit
97ac46c1fb
|
@ -85,7 +85,7 @@ export default {
|
||||||
}
|
}
|
||||||
.maximize-toggle {
|
.maximize-toggle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 50px;
|
right: 55px;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -56,6 +56,9 @@ export default {
|
||||||
components: {
|
components: {
|
||||||
Modal
|
Modal
|
||||||
},
|
},
|
||||||
|
mounted: function() {
|
||||||
|
this.$children[0].isMaximized = true;
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
rolesGrouped: function() {
|
rolesGrouped: function() {
|
||||||
const rolesGrouped = {};
|
const rolesGrouped = {};
|
||||||
|
|
Loading…
Reference in New Issue