Migrate movie info downloader

This commit is contained in:
2026-04-23 14:20:53 +02:00
parent 8b13938290
commit dedeeb77a8
4 changed files with 151 additions and 0 deletions
+25
View File
@@ -584,6 +584,31 @@ hr {
word-break: break-all;
}
/* === Movie info box === */
.movie-info {
margin: 0.75rem 0;
}
.movie-info::after {
content: "";
display: block;
clear: both;
}
.movie-info .movie-poster {
float: right;
max-width: 200px;
margin: 0 0 0.75rem 1rem;
}
.movie-info table {
width: auto;
}
@media (max-width: 600px) {
.movie-info .movie-poster {
float: none;
display: block;
margin: 0 auto 0.75rem;
}
}
/* === Diary Calendar === */
.diary-cal {
position: fixed;