diff options
author | Zero~Informatique | 2020-01-31 14:05:09 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-01-31 14:05:09 +0100 |
commit | 4cf2727131829bd48c062896fdf237cf68a0b472 (patch) | |
tree | 935b70672940419fdb9088ab5bc31b03e95a8817 | |
parent | 2d48a8f15970d7af8092e9450057a05b4d3f9333 (diff) | |
download | ldgallery-4cf2727131829bd48c062896fdf237cf68a0b472.tar.gz |
viewer: Unify the minor size differences between command icons
-rw-r--r-- | viewer/src/components/LdCommand.vue | 6 |
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> |