From f69ea84d78999181ab9896b6d740b5decc5dd988 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 29 Nov 2005 20:49:55 +0100 Subject: fix feeds frame display if DISPLAY_FEEDLIST_ACTIONS is enabled --- tt-rss.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 25ea0c394..ff9efc71d 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -340,6 +340,13 @@ iframe { border : 0px solid white; } +iframe.feedsFrameWithActions { + width : 100%; + height : 90%; + margin : 0px; + padding : 0px; +} + iframe.feedsFrame { width : 100%; height : 100%; -- cgit v1.2.3