summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded/init.css
blob: e0a209903898d3ecb9631ecc24d0c436e3ded020 (plain)
1
2
3
4
5
6
7
8
9
10
.content-shrink-wrap {
	overflow : hidden;
	text-overflow: ellipsis;
	height : 80vh;
	margin-bottom : 8px;
}

.expand-prompt {
	margin-top : 16px;
}