Hello,

Could someone help my whi this media queries are not working? only the query 
for mobile works. But when I expand the window and width goes over 960 it does 
not 
apply the display none property.

Any clue? This worked previously, but it is nor working right now, and I can't 
find any difference.

/* STANDARD MEDIA MIN. 960px */
@media (min-width: 961) {
     /* TOP MENU */
     html .tw-topmenu {
            display: none;
     }
}

/* MOBILE MEDIA MAX. 960px */
@media (max-width: 960px) {
     html .tc-sidebar-header {
          padding: 45px 0 0 15px;
     }
     /* TOP MENU */
     html .tw-topmenu {
          padding : 0px 8px;
          overflow: hidden;
     }

html .tc-tiddler-controls button svg {
     height  : 1em;
}

}



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to