mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Fixed error, 800px -> 960px
This commit is contained in:
parent
0b964047e6
commit
501e4fc538
@ -503,7 +503,6 @@ func deleteListItem(c *gin.Context) {
|
|||||||
|
|
||||||
func deletePage(c *gin.Context) {
|
func deletePage(c *gin.Context) {
|
||||||
deleteName := c.DefaultQuery("DeleteName", "None")
|
deleteName := c.DefaultQuery("DeleteName", "None")
|
||||||
adminKey := c.DefaultQuery("AdminKey", "None")
|
|
||||||
// if adminKey == RuntimeArgs.AdminKey || true == true {
|
// if adminKey == RuntimeArgs.AdminKey || true == true {
|
||||||
if strings.ToLower(deleteName) != "help" {
|
if strings.ToLower(deleteName) != "help" {
|
||||||
p := WikiData{strings.ToLower(deleteName), "", []string{}, []string{}, false, ""}
|
p := WikiData{strings.ToLower(deleteName), "", []string{}, []string{}, false, ""}
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.container {
|
.container {
|
||||||
max-width: 800px;
|
max-width: 960px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user