mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
smaller list-actions icons
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0.2rem 0.1rem;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
#listactions button {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user