1
0
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:
Zack Scholl 2016-03-30 12:55:49 -04:00
parent 0b964047e6
commit 501e4fc538
2 changed files with 1 additions and 2 deletions

View File

@ -503,7 +503,6 @@ func deleteListItem(c *gin.Context) {
func deletePage(c *gin.Context) {
deleteName := c.DefaultQuery("DeleteName", "None")
adminKey := c.DefaultQuery("AdminKey", "None")
// if adminKey == RuntimeArgs.AdminKey || true == true {
if strings.ToLower(deleteName) != "help" {
p := WikiData{strings.ToLower(deleteName), "", []string{}, []string{}, false, ""}

View File

@ -53,7 +53,7 @@
@media (min-width: 1200px) {
.container {
max-width: 800px;
max-width: 960px;
}
}
</style>