Merge branch 'master' of github.com:ornicar/lila

* 'master' of github.com:ornicar/lila:
  add credit to picture on disabled.html
  Update scrimage-core to 4.0.16
pull/8077/head
Thibault Duplessis 2021-02-02 19:17:55 +01:00
commit c316938eda
2 changed files with 8 additions and 1 deletions

View File

@ -12,7 +12,7 @@ object Dependencies {
val compression = "org.lichess" %% "compression" % "1.6"
val maxmind = "com.sanoma.cda" %% "maxmind-geoip2-scala" % "1.3.1-THIB"
val prismic = "io.prismic" %% "scala-kit" % "1.2.19-THIB213"
val scrimage = "com.sksamuel.scrimage" % "scrimage-core" % "4.0.15"
val scrimage = "com.sksamuel.scrimage" % "scrimage-core" % "4.0.16"
val scaffeine = "com.github.blemale" %% "scaffeine" % "4.0.2" % "compile"
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.23.0"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "2.3.1"

View File

@ -28,6 +28,12 @@
a {
color: #fff;
}
credit {
display: block;
font-size: 0.9em;
opacity: 0.6;
margin: 0 0 20px 0;
}
@media (max-width: 1024px) {
img {
@ -53,5 +59,6 @@
<br />
<br />
<img src="//lichess1.org/assets/images/maintenance.jpg" />
<credit>Drawing by <a href="https://www.pixiv.net/member.php?id=34624">Gia</a></credit>
</body>
</html>