Fix styling of buttons

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-06-21 17:05:36 +02:00
parent c4e4dadc13
commit 202cb0f5d8
2 changed files with 9 additions and 2 deletions
+6 -1
View File
@@ -87,7 +87,12 @@ limitations under the License.
color: $secondary-fg-color;
margin-right: 16px;
.mx_CallEvent_content_callBack {
.mx_CallEvent_content_button {
height: 24px;
padding: 0px 12px;
}
.mx_CallEvent_content_button_callBack {
margin-left: 10px; // To match mx_callEvent
}