edit-meta: minor CSS fix
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/merge
parent
8eee97c619
commit
60d390517d
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<div v-if="sections.includes(5)">
|
<div v-if="sections.includes(5)">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
{{ t('memories', 'Rotation') }}
|
{{ t('memories', 'Orientation (EXIF)') }}
|
||||||
</div>
|
</div>
|
||||||
<EditOrientation ref="editOrientation" :photos="photos" :disabled="processing" />
|
<EditOrientation ref="editOrientation" :photos="photos" :disabled="processing" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -215,7 +215,8 @@ export default defineComponent({
|
||||||
grid-gap: 5px;
|
grid-gap: 5px;
|
||||||
grid-template-columns: repeat(auto-fit, 80px);
|
grid-template-columns: repeat(auto-fit, 80px);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 4px 0;
|
margin: 6px 0;
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
.sample {
|
.sample {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
Loading…
Reference in New Issue