Skip to content

Commit

Permalink
refactor(flat-pages): update hand raising panel style (netless-io#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious authored Feb 3, 2023
1 parent 302737f commit 168df16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/flat-pages/src/components/Whiteboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
}

.hand-raising-user-avatar {
flex-shrink: 0;
width: 24px;
height: 24px;
border-radius: 50%;
Expand All @@ -149,11 +150,15 @@

.hand-raising-user-name {
font-size: 14px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.hand-raising-btn {
flex: 1;
text-align: right;
white-space: nowrap;
font-size: 14px;
color: var(--primary);
border: none;
Expand Down

0 comments on commit 168df16

Please sign in to comment.