mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
reference modal defaults to maximized
others don't
This commit is contained in:
parent
a7cdbf34e3
commit
97ac46c1fb
2 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue