Fossil SCM
The default skin requires 1200px or more before the "wideonly" class is displayed.
Commit
68f4c2b048ad1e48834bce6ce194cfb288181040a487dedcc4c17c94f05f6eb9
Parent
c22b71dfc823860…
1 file changed
+1
-1
+1
-1
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -259,11 +259,11 @@ | ||
| 259 | 259 | } |
| 260 | 260 | .mainmenu { |
| 261 | 261 | padding: 10px; |
| 262 | 262 | } |
| 263 | 263 | } |
| 264 | -@media screen and (max-width: 950px) { | |
| 264 | +@media screen and (max-width: 1200px) { | |
| 265 | 265 | /* Special declarations for narrow desktop or wide mobile */ |
| 266 | 266 | .wideonly { |
| 267 | 267 | display: none; |
| 268 | 268 | } |
| 269 | 269 | } |
| 270 | 270 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -259,11 +259,11 @@ | |
| 259 | } |
| 260 | .mainmenu { |
| 261 | padding: 10px; |
| 262 | } |
| 263 | } |
| 264 | @media screen and (max-width: 950px) { |
| 265 | /* Special declarations for narrow desktop or wide mobile */ |
| 266 | .wideonly { |
| 267 | display: none; |
| 268 | } |
| 269 | } |
| 270 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -259,11 +259,11 @@ | |
| 259 | } |
| 260 | .mainmenu { |
| 261 | padding: 10px; |
| 262 | } |
| 263 | } |
| 264 | @media screen and (max-width: 1200px) { |
| 265 | /* Special declarations for narrow desktop or wide mobile */ |
| 266 | .wideonly { |
| 267 | display: none; |
| 268 | } |
| 269 | } |
| 270 |