💄 Add “image” class to the other image as well main
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 9 Mar 2026 06:42:51 +0000 (07:42 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 9 Mar 2026 06:42:51 +0000 (07:42 +0100)
src/main/kotlin/net/pterodactylus/rhynodge/filters/webpages/savoy/MovieState.kt

index 4348033..da99a35 100644 (file)
@@ -65,7 +65,7 @@ class MovieState(@param:JsonProperty val movies: Collection<Movie>, val newMovie
                                        ul {
                                                newMovies.forEach { movie ->
                                                        li("movie") {
-                                                               img(src = movie.imageUrl)
+                                                               img(classes = "image", src = movie.imageUrl)
                                                                div("text") {
                                                                        div("name") {
                                                                                +(movie.name)