smaller list-actions icons

This commit is contained in:
2018-06-03 20:08:06 +03:00
parent 60db0d5765
commit 02c12fd4e2
2 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
display: flex;
flex-direction: column;
margin: 0.2rem 0.1rem;
margin-left: 0.5rem;
}
#listactions button {

View File

@@ -7,8 +7,9 @@ import React from 'react';
import PropTypes from 'prop-types';
const button = {
width: 16,
height: 36,
width: 24,
height: 24,
padding: 0,
};
const icon = {