refactor(client): Clean up component

This commit is contained in:
syuilo 2020-05-10 16:05:01 +09:00
parent 08456dbb89
commit a482d9b078

View file

@ -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);
}
}
}