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>
|
||||
|
||||
<style scopen>
|
||||
.channel-image {
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
border: none;
|
||||
}
|
||||
.meta {
|
||||
line-height: 48px;
|
||||
}
|
||||
|
|
|
@ -353,11 +353,6 @@ watch(showDeleteModal, (newValue) => {
|
|||
</template>
|
||||
|
||||
<style scoped>
|
||||
.channel-image {
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
border: none;
|
||||
}
|
||||
.meta {
|
||||
line-height: 48px;
|
||||
}
|
||||
|
|
|
@ -113,9 +113,9 @@
|
|||
}
|
||||
}
|
||||
.channel-image {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
background-color: white;
|
||||
border-radius: 0.3em;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
|
||||
&.large {
|
||||
width: 8em !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue