kopia lustrzana https://github.com/nextcloud/social
Fix rendering of post in NC profile
Signed-off-by: Louis Chemineau <louis@chmn.me>pull/1719/head
rodzic
f72c8eeb92
commit
82c8a6c91e
|
@ -43,11 +43,14 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style scoped lang='scss'>
|
||||
.post-avatar {
|
||||
position: relative;
|
||||
padding: 5px 10px 10px 5px;
|
||||
height: 52px;
|
||||
width: 52px;
|
||||
|
||||
.avatardiv {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -269,7 +269,6 @@ export default {
|
|||
padding: 4px 8px;
|
||||
font-size: 15px;
|
||||
line-height: 1.6em;
|
||||
position: relative;
|
||||
border-radius: 8px;
|
||||
|
||||
::v-deep a.widget-default {
|
||||
|
@ -304,7 +303,7 @@ export default {
|
|||
}
|
||||
|
||||
.post-visibility {
|
||||
opacity: 0.5;
|
||||
color: var(--color-text-lighter);
|
||||
background-position: right;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue