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