MARGIN FOR REALZ
This commit is contained in:
parent
51015129fe
commit
2356f23f03
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ func unsplash(broker *tg.Broker, update tg.APIMessage) {
|
||||||
|
|
||||||
width := right - left
|
width := right - left
|
||||||
texts := []string{text}
|
texts := []string{text}
|
||||||
if width > iwidth {
|
if width*1.2 > iwidth {
|
||||||
// Split text
|
// Split text
|
||||||
texts = splitCenter(text)
|
texts = splitCenter(text)
|
||||||
|
|
||||||
|
|
Reference in a new issue