소스 검색

[core] Collapse JB, FB and other right menu items under 1290 pixels

Enrico Berti 10 년 전
부모
커밋
1fcf7b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/static/desktop/css/hue3.css

+ 1 - 1
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -1458,7 +1458,7 @@ a#advanced-btn:hover {
   }
 }
 
-@media (max-width: 1024px) {
+@media (max-width: 1290px) {
   .navigator .hideable {
     display: none;
   }