mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
pad entry in expanded view only
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
.entryList {
|
||||
padding-top: 50px;
|
||||
}
|
||||
@@ -12,6 +11,10 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.expanded .entry-header,.expanded .entry-body-content {
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
#feed-accordion .entry {
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
}
|
||||
@@ -133,4 +136,4 @@
|
||||
|
||||
#feed-accordion.expanded .current {
|
||||
border-left: 1px solid rgb(77, 144, 240);
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
<div>
|
||||
<div ng-class="{expanded: settingsService.settings.viewMode == 'expanded'}">
|
||||
<div class="entrylist-header" ui-if="name">
|
||||
<h3><span>{{name}} </span><span ng-show="name && selectedType == 'category'"> »</span></h3>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user