fix(front): make profile (channel) image styles global
This commit is contained in:
parent
c57b47bdd3
commit
1a2118fdcf
|
@ -268,11 +268,6 @@ const remove = async () => {
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scopen>
|
<style scopen>
|
||||||
.channel-image {
|
|
||||||
width: 300px;
|
|
||||||
height: 300px;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
.meta {
|
.meta {
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -353,11 +353,6 @@ watch(showDeleteModal, (newValue) => {
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.channel-image {
|
|
||||||
width: 300px;
|
|
||||||
height: 300px;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
.meta {
|
.meta {
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -113,9 +113,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.channel-image {
|
.channel-image {
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
width: 300px;
|
||||||
background-color: white;
|
height: 300px;
|
||||||
border-radius: 0.3em;
|
|
||||||
&.large {
|
&.large {
|
||||||
width: 8em !important;
|
width: 8em !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue