summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
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 13d8cda0c..39d73a929 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -51,6 +51,7 @@ ul.feedList {
margin : 5px;
padding : 0px 0px 0px 5px;
font-size : small;
+ white-space : nowrap;
}
ul.feedList li.feedCat {
@@ -1244,3 +1245,9 @@ div.return a:hover {
border-style : solid;
}
+
+#userSwitch {
+ position : absolute;
+ bottom : 2px;
+ right : 2px;
+}