1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:55:56 +00:00

show full article title in zoom mode

This commit is contained in:
Andrew Dolgov
2013-08-01 09:35:38 +04:00
parent 2fdbff069f
commit 22e2ea4166

View File

@@ -1026,6 +1026,10 @@ body#ttrssZoom div.postHeader div.postDate {
font-size : 10px; font-size : 10px;
} }
body#ttrssZoom div.postHeader div.postTitle {
white-space : normal;
}
body#ttrssZoom div.postContent p { body#ttrssZoom div.postContent p {
max-width : 650px; max-width : 650px;
text-align : justify; text-align : justify;