Explorar el Código

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

Enrico Berti hace 10 años
padre
commit
1fcf7b1b1a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {
   .navigator .hideable {
     display: none;
     display: none;
   }
   }