mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-22 01:45:40 +01:00
reverted previous change; added top margin to show less button
This commit is contained in:
parent
8a033a9791
commit
2acb8c7b75
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user