Open shuuji3 opened 7 months ago
On the status details page, after clicking the status and before loading the reply data. There is a large space below the status.
(the orange area is just white empty space)
I tested this post: https://cybervillains.com/@djm/112192731055910711. This post has several replies so it took a while to load all reply data.
The space is caused by this mb="50vh" below but I'm not sure we can delete this since I don't know the purpose of this margin.
mb="50vh"
https://github.com/elk-zone/elk/blob/aa28257754dbfa67ead41ce4863f2e472a551623/pages/%5B%5Bserver%5D%5D/%40%5Baccount%5D/%5Bstatus%5D.vue#L71
Start a new pull request in StackBlitz Codeflow.
On the status details page, after clicking the status and before loading the reply data. There is a large space below the status.
(the orange area is just white empty space)
I tested this post: https://cybervillains.com/@djm/112192731055910711. This post has several replies so it took a while to load all reply data.
The space is caused by this
mb="50vh"
below but I'm not sure we can delete this since I don't know the purpose of this margin.https://github.com/elk-zone/elk/blob/aa28257754dbfa67ead41ce4863f2e472a551623/pages/%5B%5Bserver%5D%5D/%40%5Baccount%5D/%5Bstatus%5D.vue#L71