mirror of https://github.com/vector-im/riot-web
Fix button alighnment
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
9e4f5719a4
commit
5fa6ef83d2
|
@ -131,11 +131,11 @@ limitations under the License.
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: $secondary-fg-color;
|
color: $secondary-fg-color;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
.mx_CallEvent_content_button {
|
.mx_CallEvent_content_button {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0px 12px;
|
padding: 0px 12px;
|
||||||
margin-left: 8px;
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
|
|
Loading…
Reference in New Issue