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:
David Luzar
2020-03-11 22:48:27 +01:00
committed by GitHub
parent b82b0754ac
commit 2db2f3f5e4
6 changed files with 37 additions and 7 deletions

View File

@@ -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;