mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
more infos in entry header in mobile view
This commit is contained in:
@@ -82,11 +82,8 @@
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
position: absolute;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-heading .narrow {
|
||||
width: 145px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-heading .entry-name {
|
||||
|
||||
@@ -22,11 +22,17 @@
|
||||
#feed-accordion .entry-heading .shrink {
|
||||
margin-left: 0;
|
||||
}
|
||||
#feed-accordion .entry-heading .entry-name {
|
||||
margin-right: 40px;
|
||||
#feed-accordion .feed-name {
|
||||
margin-top: 22px;
|
||||
}
|
||||
#feed-accordion .entry-heading .narrow {
|
||||
display: none;
|
||||
#feed-accordion .entry-external-link {
|
||||
margin-top: -22px;
|
||||
}
|
||||
#feed-accordion .entry-heading-link {
|
||||
height: 40px;
|
||||
}
|
||||
#feed-accordion .entry-heading .entry-date {
|
||||
right: 25px;
|
||||
}
|
||||
body.left-menu-active .left-menu {
|
||||
display: block !important;
|
||||
|
||||
Reference in New Issue
Block a user