From 4cf2727131829bd48c062896fdf237cf68a0b472 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 31 Jan 2020 14:05:09 +0100 Subject: viewer: Unify the minor size differences between command icons --- viewer/src/components/LdCommand.vue | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'viewer/src') diff --git a/viewer/src/components/LdCommand.vue b/viewer/src/components/LdCommand.vue index 484e56a..07cb354 100644 --- a/viewer/src/components/LdCommand.vue +++ b/viewer/src/components/LdCommand.vue @@ -64,5 +64,11 @@ export default class LdCommand extends Vue { vertical-align: middle; align-items: center; width: $layout-left; + > * { + // Unify the minor size differences between icons + width: 26px; + height: 26px; + margin-top: 2px; + } } -- cgit v1.2.3