Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

[MM-23517] - Fix channel header popover #5159

Merged
merged 5 commits into from
Mar 26, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add more accurate css values
  • Loading branch information
Nevyana Angelova authored and Nevyana Angelova committed Mar 25, 2020
commit 0c39adb087b8b206f69dd2422334f2ace4f9a64f
4 changes: 2 additions & 2 deletions sass/components/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
margin-left: 61px;

&.chanel-header__popover--new_sidebar {
margin-left: 82px;
margin-left: 81px;
}
}

&.chanel-header__popover--new_sidebar {
margin-left: 20px;
margin-left: 16px;
}

.popover-content {
Expand Down