Skip to content

Commit

Permalink
fix: legal hold modal styling issues (#17604)
Browse files Browse the repository at this point in the history
* fix: legal hold modal styling issues

* fix: legalhold devices modal styling issues
  • Loading branch information
PatrykBuniX committed Jun 18, 2024
1 parent cb4d5e8 commit e71004f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/common/modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@

&__left {
right: unset;
left: -6px;
left: 16px;
}
}
&__icon {
Expand Down Expand Up @@ -357,7 +357,7 @@
left: 0;
display: flex;
justify-content: flex-end;
padding: 20px;
margin: 20px;
background-color: var(--modal-bg);
--button-color: var(--accent-color);

Expand Down
1 change: 1 addition & 0 deletions src/style/panel/participant-devices.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}

&__device-list {
padding: 0;
margin-top: 8px;
}

Expand Down

0 comments on commit e71004f

Please sign in to comment.