You've already forked AstralRinth
forked from didirus/AstralRinth
New gallery creation/editing/deleting UI (#826)
* New gallery creation/editing/deleting UI * Finish new gallery UI * port dp changes here * Add ordering fix optional fields * Fix dropping * Fix fmt * Fix version creation broken, edit issues, project type setting * Update gallery in search
This commit is contained in:
@@ -508,9 +508,9 @@ export default {
|
||||
}
|
||||
},
|
||||
},
|
||||
beforeCreate() {
|
||||
async beforeCreate() {
|
||||
if (this.$route.query.code) {
|
||||
this.$router.push(this.$route.path)
|
||||
await this.$router.push(this.$route.path)
|
||||
}
|
||||
},
|
||||
created() {
|
||||
@@ -619,10 +619,6 @@ export default {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
@media screen and (max-width: 750px) {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
section.logo {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -1082,7 +1078,7 @@ export default {
|
||||
&.active {
|
||||
display: flex;
|
||||
|
||||
@media screen and (min-width: 750px) {
|
||||
@media screen and (min-width: 1024px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user