kopia lustrzana https://github.com/nextcloud/social
commit
523e230439
|
|
@ -27,8 +27,8 @@
|
||||||
</div>
|
</div>
|
||||||
<form class="new-post-form" @submit.prevent="createPost">
|
<form class="new-post-form" @submit.prevent="createPost">
|
||||||
<div class="author currentUser">
|
<div class="author currentUser">
|
||||||
{{ currentUser.displayName }}
|
<span class="post-author">{{ currentUser.displayName }}</span>
|
||||||
<span class="social-id">{{ socialId }}</span>
|
<span class="post-author-id">{{ socialId }}</span>
|
||||||
</div>
|
</div>
|
||||||
<vue-tribute :options="tributeOptions">
|
<vue-tribute :options="tributeOptions">
|
||||||
<!-- eslint-disable-next-line vue/valid-v-model -->
|
<!-- eslint-disable-next-line vue/valid-v-model -->
|
||||||
|
|
@ -85,6 +85,7 @@
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-post-author {
|
.new-post-author {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
@ -100,8 +101,12 @@
|
||||||
min-height: 70px;
|
min-height: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.author .social-id {
|
.post-author {
|
||||||
opacity: .5;
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-author-id {
|
||||||
|
opacity: .7;
|
||||||
}
|
}
|
||||||
|
|
||||||
[contenteditable=true]:empty:before{
|
[contenteditable=true]:empty:before{
|
||||||
|
|
|
||||||
|
|
@ -77,6 +77,10 @@ export default {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-author {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.post-author-id {
|
.post-author-id {
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -92,6 +92,10 @@ export default {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-author {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.entry-content {
|
.entry-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue