Actions
Feature #93602
closedSVG-Icon as a selector of the BackendLayout is too big-sized
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-02-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.3
Tags:
Complexity:
Sprint Focus:
Description
I defined a svg as an icon (see file) for a customized backend-layout.
I got big sized icons in the backend. (screenshot)
There is already a CSS-rule for '.icon-list .item img {}'. The rules defines the max-size to 128px; I don't know, where this rule is although used. because 128px is big.
Suggestion: Add a new CSS to prohibit big-sized icons in the backend.
@
.t3js-forms-select-single-icons.icon-list .item img {
width: 16px;
height: 16px;
}
@
Files
Actions