rommapp / romm

A beautiful, powerful, self-hosted rom manager
https://romm.app
GNU Affero General Public License v3.0
2.37k stars 96 forks source link

[Bug] Edit pop cover is not centered and the filename input overlaps the full path #1295

Open taki-sahli opened 5 days ago

taki-sahli commented 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 before

Desktop:

Additional context As a workaround, I use Stylus with this css:

#file-name-label {
  left:   1rem !important;
  bottom: 0rem !important;
}

.cover {
  min-height: unset !important;
  max-height: unset !important;
}

This is the result: after