Skip to content

Commit

Permalink
fix(renderer-app): the right side of classroom bar not hidden when cl…
Browse files Browse the repository at this point in the history
…ick hidden button (#1008)
  • Loading branch information
Cheerego7 committed Oct 15, 2021
1 parent d2ab4a5 commit 08620d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions desktop/renderer-app/src/components/RealtimePanel.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
width: @panel-width;
height: 100%;
position: relative;
padding-top: 8px;
border-left: 0.5px solid #dbe1e9;
}

.realtime-panel-video-slot {
Expand Down Expand Up @@ -35,6 +33,7 @@
position: relative;
width: 0;
transition: width 0.4s;
overflow: hidden;
background-color: #fff;

&.isActive {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
display: flex;
align-items: stretch;
justify-content: center;
background: #f3f6f9;
background: #edeff2;
}

.whiteboard-rtc-box {
Expand Down
4 changes: 2 additions & 2 deletions desktop/renderer-app/src/pages/OneToOnePage/OneToOnePage.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

.container {
position: relative;
background-color: #fff;
background-color: #edeff2;
}
}

.one-to-one-realtime-content {
display: flex;
align-items: stretch;
justify-content: center;
background: #f3f6f9;
background: #edeff2;
}

.one-to-one-rtc-avatar-container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
display: flex;
align-items: stretch;
justify-content: center;
background: #f3f6f9;
background: #edeff2;
}

.room-controller-box {
Expand Down

0 comments on commit 08620d0

Please sign in to comment.