more
This commit is contained in:
parent
1b55b4a213
commit
1aa6824fd7
@ -1,3 +1,4 @@
|
||||
GOROOT ?= $(shell go env GOROOT)
|
||||
GO ?= $(GOROOT)/bin/go
|
||||
REPO=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
VERSION=$(shell $(GO) version | cut -d' ' -f3)
|
||||
|
@ -114,7 +114,7 @@ textarea, select {
|
||||
}
|
||||
|
||||
.livechan_captcha_inner {
|
||||
padding: 200px;
|
||||
padding: 25%;
|
||||
}
|
||||
|
||||
.livechan_captcha_image {
|
||||
|
Reference in New Issue
Block a user