diff --git a/src/main/webapp/sass/components/_entry-list.scss b/src/main/webapp/sass/components/_entry-list.scss index 22f329a3..01fa7b42 100644 --- a/src/main/webapp/sass/components/_entry-list.scss +++ b/src/main/webapp/sass/components/_entry-list.scss @@ -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); -} +} \ No newline at end of file diff --git a/src/main/webapp/templates/feeds.view.html b/src/main/webapp/templates/feeds.view.html index c41938c8..0c36e3a4 100644 --- a/src/main/webapp/templates/feeds.view.html +++ b/src/main/webapp/templates/feeds.view.html @@ -1,4 +1,4 @@ -