x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
HTML |
---|
<style>
.timeline-editor-container {
background: transparent;
border: none;
box-shadow: none;
}
.timeline-editor-container .profile-picture {
display: none;
}
span.microblog-tooltip {display: none !important;}
.micropost .micropost-right ul.micropost-meta li.micropost-saveDate .microblog-tooltip {
display: block !important;
}
.micropost .micropost-right {margin-left: 12px !important;}
.micropost .micropost-right div.micropost-content {
margin-left: 0px;
}
.micropost .micropost-left {
display: none;
justify-content: center;
align-items: center;
}
.aui-avatar.aui-avatar-large, .aui-avatar.aui-avatar-large .aui-avatar-inner {
margin-top: -2px;
}
body .micropost {
box-shadow: none;
border: none;
background: transparent;
padding: 10px;
margin: 0px;
}
body .micropost .reply-editor {
display: none !important;
}
#rw_wrapper.rw_background_top .rw_background_section_background1 {
display: none;
}
</style> |
...
OneValley