summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-07 14:59:30 +0300
committerAndrew Dolgov <[email protected]>2017-01-07 14:59:30 +0300
commit4822485a745b783563fa3572992c581f0b2d8631 (patch)
tree42b37350ed767d858497301422603196fbef884b /css
parent17a8e61d2ae9e938aaf60292666b6ccf5cb09067 (diff)
hide selected_prompt on low width screens
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index e1dc64369..5003816b2 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -419,6 +419,12 @@ div.prefHelp {
margin-right : 4px;
}
+@media (max-width: 992px) {
+ #main-toolbar #selected_prompt {
+ display : none;
+ }
+}
+
span.contentPreview {
color : #999;
font-weight : normal;