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

hide selected_prompt on low width screens

This commit is contained in:
Andrew Dolgov
2017-01-07 14:59:30 +03:00
parent 17a8e61d2a
commit 4822485a74

View File

@@ -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;