aboutsummaryrefslogtreecommitdiff
path: root/viewer
diff options
context:
space:
mode:
authorZero~Informatique2020-01-31 14:05:09 +0100
committerZero~Informatique2020-01-31 14:05:09 +0100
commit4cf2727131829bd48c062896fdf237cf68a0b472 (patch)
tree935b70672940419fdb9088ab5bc31b03e95a8817 /viewer
parent2d48a8f15970d7af8092e9450057a05b4d3f9333 (diff)
downloadldgallery-4cf2727131829bd48c062896fdf237cf68a0b472.tar.gz
viewer: Unify the minor size differences between command icons
Diffstat (limited to 'viewer')
-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>