Frio - Bring back some padding space (#5585)
* frio - bring back the optical dividing space in the profile widget * frio - bring back the optical dividing space between the profile picture and the separator line
This commit is contained in:
parent
30c87a47ff
commit
8789aedf6b
3 changed files with 9 additions and 11 deletions
|
@ -1115,7 +1115,7 @@ aside .vcard #profile-photo-wrapper.crop-preview {
|
|||
padding: 0;
|
||||
}
|
||||
aside .vcard .profile-header {
|
||||
padding: 5px 0px 5px 0px;
|
||||
padding: 5px 0px 20px 0px;
|
||||
}
|
||||
aside .vcard .fn {
|
||||
font-weight: bold;
|
||||
|
|
|
@ -117,7 +117,9 @@
|
|||
</h5>
|
||||
</div>
|
||||
|
||||
<hr class="clearfix" />
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<hr />
|
||||
|
||||
{{* item content *}}
|
||||
<div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
|
||||
|
@ -135,8 +137,7 @@
|
|||
|
||||
<!-- TODO -->
|
||||
<div class="wall-item-bottom">
|
||||
<div class="wall-item-links">
|
||||
</div>
|
||||
<div class="wall-item-links"></div>
|
||||
<div class="wall-item-tags">
|
||||
{{if !$item.suppress_tags}}
|
||||
{{foreach $item.hashtags as $tag}}
|
||||
|
|
|
@ -239,12 +239,10 @@ as the value of $top_child_total (this is done at the end of this file)
|
|||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{* Insert Line to seperate item header and item content visually *}}
|
||||
{{if $item.thread_level==1}}
|
||||
<hr class="clearfix" />
|
||||
{{else}}
|
||||
<div class="clearfix"></div>
|
||||
{{/if}}
|
||||
|
||||
{{* Insert Line to seperate item header and item content visually *}}
|
||||
{{if $item.thread_level==1}}<hr />{{/if}}
|
||||
|
||||
{{* item content *}}
|
||||
<div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
|
||||
|
@ -262,8 +260,7 @@ as the value of $top_child_total (this is done at the end of this file)
|
|||
|
||||
<!-- TODO -->
|
||||
<div class="wall-item-bottom">
|
||||
<div class="wall-item-links">
|
||||
</div>
|
||||
<div class="wall-item-links"></div>
|
||||
<div class="wall-item-tags">
|
||||
{{if !$item.suppress_tags}}
|
||||
{{foreach $item.hashtags as $tag}}
|
||||
|
|
Loading…
Reference in a new issue