OctoPrint-FileManager icon indicating copy to clipboard operation
OctoPrint-FileManager copied to clipboard

Upload time and size don't line up with their headers

Open PixelOrange opened this issue 3 years ago • 1 comments

See screenshot for example. octopifilemanager

Cause: The <th> is in its own table and the folder contents (including the back button) are in their own div and table. This causes the anchoring between columns to break.

Possible Fix: Move the back button above the headers.

PixelOrange avatar Mar 11 '21 01:03 PixelOrange

Hey,

Thanks for reporting the issue I just realized the same issue after releasing version 0.1.7rc1.

Problem here is the "Back" button it only consists of 1

element and does not have the td's for uploaded and size which therefore throws the whole table out of alignment. Also the header and the conent being seperated is by design so that you can always see the header even when you need to scroll down. I made a fixed table layout in CSS instead. This also opens the possibility to restyle the table by simply overriding my CSS. (Atleast that was one intention to do it this way)

Anyway long story short: Will be fixed in Version 0.1.7rc2.

Salandora avatar Mar 11 '21 17:03 Salandora

Closing

PixelOrange avatar Jul 12 '24 21:07 PixelOrange