Here are two examples: This one works as expected:
https://www.dropbox.com/s/g3xag85xky9looz/mobile_theme.htm?dl=0 This one does not: https://www.dropbox.com/s/nzrvhoiudqiskk9/mobile_theme%20-%20Copy.htm?dl=0 I can't understand why. Both are 99% identical. El viernes, 12 de diciembre de 2014 17:42:32 UTC+1, Danielo Rodríguez escribió: > > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

