mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:13:09 +02:00
refactor(client): Clean up component
This commit is contained in:
parent
08456dbb89
commit
a482d9b078
1 changed files with 2 additions and 4 deletions
|
@ -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 a new issue