summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-29 20:49:55 +0100
committerAndrew Dolgov <[email protected]>2005-11-29 20:49:55 +0100
commitf69ea84d78999181ab9896b6d740b5decc5dd988 (patch)
tree15674a0d20c57f40b1700f4451b7db15ff8848c5 /tt-rss.css
parent19c9cb114369de1ecac86d147f08fd78c974eb07 (diff)
fix feeds frame display if DISPLAY_FEEDLIST_ACTIONS is enabled
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 7 insertions, 0 deletions
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%;