aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdCommand.vue
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/components/LdCommand.vue')
-rw-r--r--viewer/src/components/LdCommand.vue6
1 files changed, 6 insertions, 0 deletions
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 {
64 vertical-align: middle; 64 vertical-align: middle;
65 align-items: center; 65 align-items: center;
66 width: $layout-left; 66 width: $layout-left;
67 > * {
68 // Unify the minor size differences between icons
69 width: 26px;
70 height: 26px;
71 margin-top: 2px;
72 }
67} 73}
68</style> 74</style>