mirror of https://github.com/vector-im/riot-web
Fix call button spacing issues
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
9c67679b35
commit
6f1fc3fc7e
|
@ -90,6 +90,7 @@ limitations under the License.
|
|||
.mx_CallEvent_content_button {
|
||||
height: 24px;
|
||||
padding: 0px 12px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.mx_CallEvent_content_button_callBack {
|
||||
|
@ -102,7 +103,7 @@ limitations under the License.
|
|||
|
||||
.mx_CallEvent_iconButton {
|
||||
display: inline-flex;
|
||||
margin-right: 16px;
|
||||
margin-right: 8px;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
|
|
Loading…
Reference in New Issue