hide selected_prompt on low width screens

master
Andrew Dolgov 8 years ago
parent 17a8e61d2a
commit 4822485a74

@ -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…
Cancel
Save