Skip to content

Commit

Permalink
Merge patch into minor
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst authored Nov 14, 2024
2 parents 2024bfa + 5c626dc commit c0f5de5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/css/_layerview.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
& >*:not(.header) {
margin-top: 5px;
}

> .header {
h2{
font-weight: normal;
}
}
}

.drawer.layer-group {
Expand All @@ -40,6 +46,7 @@
padding-left: 4px;
padding-right: 4px;
}

}

#layers>.drawer.layer-group .drawer.layer-view {
Expand Down
5 changes: 5 additions & 0 deletions public/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,11 @@ label.checkbox {
& > *:not(.header) {
margin-top: 5px;
}
> .header {
h2 {
font-weight: normal;
}
}
}
.drawer.layer-group {
padding-left: 3px;
Expand Down

0 comments on commit c0f5de5

Please sign in to comment.