Compare commits
No commits in common. "5440346b08213637d2d1f24bf79f66de63d4cb81" and "459cb9df0d07c7c790c6523fce8de88180949253" have entirely different histories.
5440346b08
...
459cb9df0d
|
@ -17,7 +17,7 @@ import (
|
|||
|
||||
const (
|
||||
AllowedCharacters string = `^[A-z0-9.\-_]+$`
|
||||
ReleaseVersion string = "8.8.4"
|
||||
ReleaseVersion string = "8.8.2"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -49,7 +49,7 @@ func (t Format) CSS() string {
|
|||
css.WriteString(`a{color:inherit;display:block;height:97%;width:100%;text-decoration:none;}`)
|
||||
}
|
||||
css.WriteString(`table{margin-left:auto;margin-right:auto;}`)
|
||||
css.WriteString(`img{margin:auto;display:block;max-width:96%;max-height:95%;`)
|
||||
css.WriteString(`img{margin:auto;display:block;max-width:97%;max-height:97%;`)
|
||||
css.WriteString(`object-fit:scale-down;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)`)
|
||||
if t.Fun {
|
||||
rotate := rand.Intn(360)
|
||||
|
|
Loading…
Reference in New Issue