Bug #76381
closedCustom extension icon has weird display in extension list in Chrome
100%
Description
Hi,
I have a weird display in extension list for a custom extension icon (see screenshot below). It doesn't break on Firefox, it goes weird only on Chrome. I didn't test it on IE.
To fix it we have to use max-width instead of max-height in
/typo3/sysext/backend/Resources/Public/Css/backend.csson line 13299 :
.typo3-extension-list .ext-icon { max-height: 16px; width: auto; }
I hope I have been clear enough.
Have a good evening.
Jérémie
Files
Updated by Andreas Kienast over 8 years ago
- Status changed from New to Needs Feedback
Do you use a custom SVG icon? If yes, does it have a viewBox
?
Updated by Wouter Wolters over 8 years ago
your viewBox is 500 x 500, please try with 64 x 64
Updated by Jérémie Roulin over 8 years ago
It is not better with viewBox at 64 x 64.
Updated by Riccardo De Contardi over 8 years ago
@Jérémie Roulin: after updating the svg file, try to delete the browser cache.
Updated by Gerrit Code Review over 8 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49308
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49308
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49315
Updated by Benni Mack over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 76871e3f678db69e84be0280ad98385f71f7b0c8.