mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Remember user's preference for expanding issue-info section
This shows the tag diff, and other helpful information about the detected issues. It is expanded by default now (closes #6408, closes #8143)
This commit is contained in:
@@ -3547,6 +3547,9 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
|
||||
.issue-container:not(.active) ul.issue-fix-list {
|
||||
display: none;
|
||||
}
|
||||
.issue-container:not(.active) .issue-info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.issue-info {
|
||||
flex: 1 1 auto;
|
||||
|
||||
Reference in New Issue
Block a user