reverted previous change; added top margin to show less button

This commit is contained in:
Nick Sabia 2024-10-30 17:32:51 -05:00
parent 8a033a9791
commit 2acb8c7b75

View File

@ -1,7 +1,7 @@
.videoDescription {
position: relative;
display: flex;
flex-direction: column-reverse;
flex-direction: column;
overflow-y: auto;
max-block-size: 20lh;
}
@ -33,6 +33,7 @@
.videoDescription:not(.short) .descriptionStatus {
position: relative;
order: 0;
margin-block-start: 1em;
}
.videoDescription.short .description {