DmitrMakeev commited on
Commit
4ffdd1d
·
verified ·
1 Parent(s): 4b307ac

Update pages.html

Browse files
Files changed (1) hide show
  1. pages.html +11 -1
pages.html CHANGED
@@ -1667,13 +1667,23 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
1667
  {
1668
  id: 'tablet',
1669
  name: 'Tablet',
1670
- width: '850px', // Устанавливаем свое значение для планшета
1671
  },
1672
  {
1673
  id: 'mobilePortrait',
1674
  name: 'Mobile Portrait',
1675
  width: '480px',
1676
  },
 
 
 
 
 
 
 
 
 
 
1677
  ],
1678
  },
1679
  });
 
1667
  {
1668
  id: 'tablet',
1669
  name: 'Tablet',
1670
+ width: '768px', // По умолчанию
1671
  },
1672
  {
1673
  id: 'mobilePortrait',
1674
  name: 'Mobile Portrait',
1675
  width: '480px',
1676
  },
1677
+ {
1678
+ id: 'mobileLandscape',
1679
+ name: 'Mobile Landscape',
1680
+ width: '640px',
1681
+ },
1682
+ {
1683
+ id: 'vkontakte',
1684
+ name: 'VKontakte',
1685
+ width: '850px', // Добавляем новое устройство
1686
+ },
1687
  ],
1688
  },
1689
  });