Add group header button css
parent
54f44af494
commit
65b9086f18
|
@ -36,6 +36,16 @@ limitations under the License.
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_GroupHeader_button {
|
||||||
|
margin-left: 12px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_GroupHeader_button object {
|
||||||
|
// prevents clicks from being swallowed by svg in 'object' tag
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_GroupView_avatarPicker {
|
.mx_GroupView_avatarPicker {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue