mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:25:56 +00:00
hide selected_prompt on low width screens
This commit is contained in:
@@ -419,6 +419,12 @@ div.prefHelp {
|
|||||||
margin-right : 4px;
|
margin-right : 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 992px) {
|
||||||
|
#main-toolbar #selected_prompt {
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
span.contentPreview {
|
span.contentPreview {
|
||||||
color : #999;
|
color : #999;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
|
|||||||
Reference in New Issue
Block a user