Skip to content

feedly.com阅读优化 by bmqy

Details

Authorbmqy

LicenseNo License

Categoryfeedly.com

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

feedly.com标题摘要两行样式

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         feedly.com阅读优化
@namespace      github.com/openstyles/stylus
@version        1.1.1
@description    feedly.com标题摘要两行样式
@author       bmqy
==/UserStyle== */

@-moz-document regexp("https://feedly.com/i/(my|collection|subscription).*") {
	/* 头部 */
	#feedlyPageFX{
		.header{
			justify-content: flex-start;
			h1{
				white-space: nowrap;
				width: 365px;
				text-overflow: ellipsis;
				overflow: hidden;
			}
		}
	}
	@media (min-width: 768px) {
    	.fx .col-md-6 {
			width: auto;
		}
	}
	/* 列表 */
	.TitleOnlyLayout {
		height: auto;
		&__title {
			display: block;
			margin-bottom: 10px;
		}
		&__content {
			display: block;
			padding: 10px 0;
		}
	}
	.EntrySummary--titleOnly {
		display: block;
	}
	/* 适配新版本 */
	.entry.titleOnly{
		.SelectedEntryScroller{
			&>div{
				height: auto;
				&>div{
					display: block;
					padding-top: 10px;
					div:nth-child(3){
						padding: 10px 0;
						display: block;
					}
				}
			}
		}
	}
}

Reviews

No reviews yet.