Skip to content

Commit

Permalink
fix(panel-elements): size settings lock button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aybukeceylan committed Nov 22, 2023
1 parent 64867b3 commit e221915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/styles/_jfReportsPanels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,13 @@
}

.forAspect {
width: 24px;
padding: 12px 0;
&:before, &:after {
content: "";
position: absolute;
bottom: 6px;
top: 50%;
transform: translateY(-50%);
width: 4px;

border-bottom: 1px solid #303339;
Expand Down
1 change: 0 additions & 1 deletion src/styles/_jfReportsSVG.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
.icon-aspectLock, .icon-aspectUnlock {
width: 12px;
height: 14px;
margin-top: 10px;
}

.icon-aspectLock {
Expand Down

0 comments on commit e221915

Please sign in to comment.