diff --git a/src/components/landing/pages/history/common/entry-menu.scss b/src/components/landing/pages/history/common/entry-menu.scss index 002ce5da8..e75fa3df8 100644 --- a/src/components/landing/pages/history/common/entry-menu.scss +++ b/src/components/landing/pages/history/common/entry-menu.scss @@ -7,4 +7,12 @@ &:hover .fa, &:hover::after { opacity: 1; } + + &.btn { + padding: 0.6rem 0.65rem; + } +} + +.dropdown-toggle.no-arrow::after { + content: initial; } diff --git a/src/components/landing/pages/history/common/entry-menu.tsx b/src/components/landing/pages/history/common/entry-menu.tsx index 7ee02f170..46fe28f46 100644 --- a/src/components/landing/pages/history/common/entry-menu.tsx +++ b/src/components/landing/pages/history/common/entry-menu.tsx @@ -17,9 +17,9 @@ export interface EntryMenuProps { const EntryMenu: React.FC = ({ id, location, isDark, onRemove, onDelete, className }) => { return ( - - - + + +