ThePornDatabase / namer

Renames adult video files so that the plex/jellyfin plugins and stash script will match without user input. Runs server or command mode.
https://theporndb.net
171 stars 26 forks source link

Web UI CSS for Failed tab fixed width too large for small screens. #223

Closed sekondshand closed 10 months ago

sekondshand commented 10 months ago

For some reason, the CSS container that holds the Failed table is locked to width: 2095px, which goes off the side of my browser window. I looks like it's generated based on the font size (https://github.com/ThePornDatabase/namer/blob/main/src/templates/components/card.html#L6)??

<table id="failed" class="table table-sm text-start align-middle dataTable no-footer" aria-describedby="failed_info" style="width: 2095px;">

I'm using Firefox with the default fonts on an M1 Mac Air.

DirtyRacer1337 commented 10 months ago

There is no code that will add that style to table, I can't reproduce that

DirtyRacer1337 commented 10 months ago

Just try click refresh button, it's probably related with DataTables