Skip to content
Snippets Groups Projects
Commit a482d9b0 authored by syuilo's avatar syuilo
Browse files

refactor(client): Clean up component

parent 08456dbb
No related branches found
No related tags found
No related merge requests found
<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);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment