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;
|
||||
|
||||
@@ -25,6 +25,9 @@
|
||||
#feed-accordion .entry-heading .entry-name {
|
||||
margin-right: 40px;
|
||||
}
|
||||
#feed-accordion .entry-heading .narrow {
|
||||
display: none;
|
||||
}
|
||||
body.left-menu-active .left-menu {
|
||||
display: block !important;
|
||||
width: 100%;
|
||||
@@ -42,4 +45,4 @@
|
||||
body.right-menu-active .toolbar .actions .visible-desktop {
|
||||
display: inherit !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user