mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 23:10:16 +02:00
Collab ui tweaks (#913)
* decrease gap between menu icons * reduce margin of copy button * add collaboratorsCount to roomDialog toggle button
This commit is contained in:
@@ -3,6 +3,19 @@
|
||||
color: #2b8a3e; // OC GREEN-9
|
||||
}
|
||||
|
||||
.RoomDialog-modalButton-collaborators {
|
||||
min-width: 1em;
|
||||
position: absolute;
|
||||
bottom: -5px;
|
||||
right: -5px;
|
||||
padding: 3px;
|
||||
border-radius: 50%;
|
||||
background-color: #40c057; // OC GREEN-6
|
||||
color: #fff;
|
||||
font-size: 0.7em;
|
||||
font-family: var(--ui-font);
|
||||
}
|
||||
|
||||
.RoomDialog-linkContainer {
|
||||
display: flex;
|
||||
margin: 1.5em 0;
|
||||
@@ -11,7 +24,7 @@
|
||||
.RoomDialog-link {
|
||||
min-width: 0;
|
||||
flex: 1 1 auto;
|
||||
margin-left: 1.5em;
|
||||
margin-left: 1em;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
|
Reference in New Issue
Block a user