Cleanup css changes
This commit is contained in:
@@ -64,7 +64,7 @@ const isCurrentCreator = computed(() => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.banner {
|
.banner {
|
||||||
border-bottom: 5px solid var(--h-tertiary);
|
@apply border border-solid border-hTertiary;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@@ -63,8 +63,7 @@ const isCurrentCreator = computed(() => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.logo-image {
|
.logo-image {
|
||||||
border-bottom: 4px solid var(--h-tertiary);
|
@apply border-b-4 border-t-4 border-solid border-hTertiary;
|
||||||
border-top: 4px solid var(--h-tertiary);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user