mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
limit entry body content width
This commit is contained in:
@@ -197,6 +197,10 @@
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-body-content {
|
||||
max-width: 650px;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-buttons {
|
||||
background-color: #fafafa;
|
||||
padding: 3px 0px;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<a href="{{entry.url}}" target="_blank" ng-bind-html-unsafe="entry.title"></a>
|
||||
</h4>
|
||||
</div>
|
||||
<div ng-bind-html-unsafe="entry.content"></div>
|
||||
<div ng-bind-html-unsafe="entry.content" class="entry-body-content"></div>
|
||||
<video controls ui-if="entry.enclosureType && entry.enclosureType.indexOf('video') == 0">
|
||||
<source src="{{entry.enclosureUrl}}" type="{{entry.enclosureType}}" />
|
||||
</video>
|
||||
|
||||
Reference in New Issue
Block a user