* styles/lcars-responsive.css: Optimized media query to avoid "hiccup" with edge-value widths
/trunk/styles/lcars-responsive.css |
---|
200,7 → 200,7 |
} |
/* Desktops with small viewport (VGA resolution and less, or toolbars) */ |
@media all and (max-width: 640px) { |
@media all and (max-width: 584px) { |
/* 0.5 to 0.5225s */ |
#connectors { |
opacity: 0; |