Layout fragmenten en programmagids, bug fix podcastitems partial

This commit is contained in:
2020-02-22 20:22:56 +01:00
parent 0582de5bb0
commit c572f8b711
5 changed files with 53 additions and 21 deletions

View File

@@ -351,6 +351,20 @@ button[disabled]:hover
width: 100%;
}
a.fixed-height {
display: block;
position: relative;
height: 300px;
overflow: hidden;
}
a.fixed-height img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.action_button
{
position: relative;