forked from Archives/Athou_commafeed
pad entry in expanded view only
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
.entryList {
|
.entryList {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
}
|
}
|
||||||
@@ -12,6 +11,10 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.expanded .entry-header,.expanded .entry-body-content {
|
||||||
|
padding-left: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
#feed-accordion .entry {
|
#feed-accordion .entry {
|
||||||
border-bottom: 1px solid #CCCCCC;
|
border-bottom: 1px solid #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<div>
|
<div ng-class="{expanded: settingsService.settings.viewMode == 'expanded'}">
|
||||||
<div class="entrylist-header" ui-if="name">
|
<div class="entrylist-header" ui-if="name">
|
||||||
<h3><span>{{name}} </span><span ng-show="name && selectedType == 'category'"> »</span></h3>
|
<h3><span>{{name}} </span><span ng-show="name && selectedType == 'category'"> »</span></h3>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user