refactor(client): Clean up component
This commit is contained in:
parent
08456dbb89
commit
a482d9b078
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="yohlumlkhizgfkvvscwfcrcggkotpvry">
|
||||
<div class="yohlumlk">
|
||||
<mk-avatar class="avatar" :user="note.user"/>
|
||||
<div class="main">
|
||||
<x-note-header class="header" :note="note" :mini="true"/>
|
||||
@ -45,7 +45,7 @@ export default Vue.extend({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.yohlumlkhizgfkvvscwfcrcggkotpvry {
|
||||
.yohlumlk {
|
||||
display: flex;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@ -100,7 +100,6 @@ export default Vue.extend({
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-wrap: break-word;
|
||||
color: var(--noteText);
|
||||
|
||||
> .text {
|
||||
margin-right: 8px;
|
||||
@ -112,7 +111,6 @@ export default Vue.extend({
|
||||
cursor: default;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: var(--subNoteText);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user