starting refactor styling
This commit is contained in:
@@ -203,7 +203,7 @@ function updateLocalImage(url: string, file: File) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<div class="picker">
|
||||
<div class="image-scroll">
|
||||
<div v-if="loadingImages" class="loading-images">Loading images...</div>
|
||||
<div v-else class="image-list">
|
||||
@@ -268,6 +268,13 @@ function updateLocalImage(url: string, file: File) {
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.picker {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.image-scroll {
|
||||
width: 100%;
|
||||
margin: 0.7rem 0 0.2rem 0;
|
||||
|
||||
Reference in New Issue
Block a user