Open taki-sahli opened 5 days ago
RomM version Version 3.5.1
Describe the bug The cover is not centered, and if the rom filename is long, it overlaps the path and become hard to edit.
To Reproduce Edit rom with long name.
Expected behavior Clear to see the filename of the rom with the path.
Screenshots
Desktop:
Additional context As a workaround, I use Stylus with this css:
Stylus
css
#file-name-label { left: 1rem !important; bottom: 0rem !important; } .cover { min-height: unset !important; max-height: unset !important; }
This is the result:
RomM version Version 3.5.1
Describe the bug The cover is not centered, and if the rom filename is long, it overlaps the path and become hard to edit.
To Reproduce Edit rom with long name.
Expected behavior Clear to see the filename of the rom with the path.
Screenshots
Desktop:
Additional context As a workaround, I use
Stylus
with thiscss
:This is the result: