forked from Archives/Athou_commafeed
Remove duplicate entry title when entries are expanded
On expanded entries, entry name is now hidden and feed name is shown entirely.
This commit is contained in:
@@ -78,10 +78,13 @@
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
position: absolute;
|
||||
width: 145px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-heading .narrow {
|
||||
width: 145px;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-heading .entry-name {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user