hide selected_prompt on low width screens
This commit is contained in:
parent
17a8e61d2a
commit
4822485a74
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue