restore short descriptions to be vertically centered

This commit is contained in:
tomtjes 2024-01-21 13:47:06 -05:00
parent a557e4628e
commit 48d75a6c7e

View File

@ -257,10 +257,10 @@ export default {
.content-details { .content-details {
position: absolute; position: absolute;
text-align: center; text-align: center;
padding-left: 1em; padding: 1em 1em 0 1em;
padding-right: 1em;
width: 100%; width: 100%;
height: 100%; max-height: 100%;
overflow-y: scroll;
top: 50%; top: 50%;
left: 50%; left: 50%;
opacity: 0; opacity: 0;
@ -289,10 +289,6 @@ export default {
.content-details p { .content-details p {
color: #fff; color: #fff;
font-size: 0.8em; font-size: 0.8em;
height: 100%;
overflow-y: scroll;
padding-top: 1em;
padding-bottom: 1em;
} }
.fadeIn-bottom { .fadeIn-bottom {