hide selected_prompt on low width screens
This commit is contained in:
parent
17a8e61d2a
commit
4822485a74
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue