diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-24 12:58:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-24 12:58:45 +0900 |
| commit | d838ef5b76fd8328517e083babc5577e9587c522 (patch) | |
| tree | 10bd585b4943af1a157536542f4c0201914db52f /src | |
| parent | Use camelCase (diff) | |
| download | sharkey-d838ef5b76fd8328517e083babc5577e9587c522.tar.gz sharkey-d838ef5b76fd8328517e083babc5577e9587c522.tar.bz2 sharkey-d838ef5b76fd8328517e083babc5577e9587c522.zip | |
Resolve #4362
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/widgets/rss.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/app/common/views/widgets/rss.vue b/src/client/app/common/views/widgets/rss.vue index 5aa48c6e59..fb2429c2d9 100644 --- a/src/client/app/common/views/widgets/rss.vue +++ b/src/client/app/common/views/widgets/rss.vue @@ -22,7 +22,7 @@ export default define({ name: 'rss', props: () => ({ compact: false, - url: 'http://news.yahoo.co.jp/pickup/rss.xml' + url: 'http://feeds.afpbb.com/rss/afpbb/afpbbnews' }) }).extend({ i18n: i18n(), @@ -78,6 +78,9 @@ export default define({ padding 4px 0 color var(--text) border-bottom dashed var(--lineWidth) var(--faceDivider) + white-space nowrap + text-overflow ellipsis + overflow hidden &:last-child border-bottom none |