Skip to content

Commit

Permalink
Fixed activity panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 16, 2023
1 parent 9421a0b commit 31d2659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/theme/_vars.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--fluent-version: '1.1.5';
--fluent-version: '1.1.6';

--transition: cubic-bezier(0, 0, 0, 1);

Expand Down
8 changes: 5 additions & 3 deletions src/theme/sidebar/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
.wrapper-3Hk9OB + .container-YkUktl {
border-radius: 0 0 0 var(--rounded);
}
.inner-llGtyq {
.inner-C_MH0f {
position: relative;
}
.rtcConnectionStatus-c5A6Av {
Expand Down Expand Up @@ -139,10 +139,12 @@
bottom: calc(100% - 8px);
}
}
.panel-2ZFCRb {
.activityPanel-9icbyU {
border: none;
background: transparent;
margin-bottom: 56px;
padding: 8px 16px;
&:has(+ .wrapper-VSquwh:not(:empty)) {
margin-bottom: 56px;
}
}
}

0 comments on commit 31d2659

Please sign in to comment.