mirror of
https://github.com/friendica/friendica
synced 2024-11-18 11:43:41 +00:00
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;
|
padding: 0;
|
||||||
}
|
}
|
||||||
aside .vcard .profile-header {
|
aside .vcard .profile-header {
|
||||||
padding: 5px 0px 5px 0px;
|
padding: 5px 0px 20px 0px;
|
||||||
}
|
}
|
||||||
aside .vcard .fn {
|
aside .vcard .fn {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -117,7 +117,9 @@
|
||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="clearfix" />
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
{{* item content *}}
|
{{* item content *}}
|
||||||
<div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
|
<div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
|
||||||
|
@ -135,8 +137,7 @@
|
||||||
|
|
||||||
<!-- TODO -->
|
<!-- TODO -->
|
||||||
<div class="wall-item-bottom">
|
<div class="wall-item-bottom">
|
||||||
<div class="wall-item-links">
|
<div class="wall-item-links"></div>
|
||||||
</div>
|
|
||||||
<div class="wall-item-tags">
|
<div class="wall-item-tags">
|
||||||
{{if !$item.suppress_tags}}
|
{{if !$item.suppress_tags}}
|
||||||
{{foreach $item.hashtags as $tag}}
|
{{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>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{* Insert Line to seperate item header and item content visually *}}
|
|
||||||
{{if $item.thread_level==1}}
|
|
||||||
<hr class="clearfix" />
|
|
||||||
{{else}}
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
{{/if}}
|
|
||||||
|
{{* Insert Line to seperate item header and item content visually *}}
|
||||||
|
{{if $item.thread_level==1}}<hr />{{/if}}
|
||||||
|
|
||||||
{{* item content *}}
|
{{* item content *}}
|
||||||
<div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
|
<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 -->
|
<!-- TODO -->
|
||||||
<div class="wall-item-bottom">
|
<div class="wall-item-bottom">
|
||||||
<div class="wall-item-links">
|
<div class="wall-item-links"></div>
|
||||||
</div>
|
|
||||||
<div class="wall-item-tags">
|
<div class="wall-item-tags">
|
||||||
{{if !$item.suppress_tags}}
|
{{if !$item.suppress_tags}}
|
||||||
{{foreach $item.hashtags as $tag}}
|
{{foreach $item.hashtags as $tag}}
|
||||||
|
|
Loading…
Reference in a new issue