mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Add empty border-left for non-current entries
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.entry-body {
|
||||
padding-left: 24px;
|
||||
.entry-header, .entry-body-content {
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
#feed-accordion .entry {
|
||||
@@ -127,6 +127,7 @@
|
||||
#feed-accordion.expanded .entry {
|
||||
margin-bottom: 50px;
|
||||
border-top: 1px solid #ebebeb;
|
||||
border-left: 1px solid transparent;
|
||||
}
|
||||
|
||||
#feed-accordion.expanded .current {
|
||||
|
||||
Reference in New Issue
Block a user