DmitrMakeev commited on
Commit
4476090
·
verified ·
1 Parent(s): de3daed

Update pages.html

Browse files
Files changed (1) hide show
  1. pages.html +1 -1
pages.html CHANGED
@@ -996,7 +996,7 @@ document.addEventListener('DOMContentLoaded', () => {
996
  document.getElementById('toggleAppBtn').addEventListener('click', function() {
997
  const app = document.getElementById('gjs');
998
  if (app.style.left === '0px' || app.style.left === '') {
999
- app.style.left = '-100%'; // Скрыть приложение
1000
  } else {
1001
  app.style.left = '0'; // Показать приложение
1002
  }
 
996
  document.getElementById('toggleAppBtn').addEventListener('click', function() {
997
  const app = document.getElementById('gjs');
998
  if (app.style.left === '0px' || app.style.left === '') {
999
+ app.style.left = '-25%'; // Скрыть приложение
1000
  } else {
1001
  app.style.left = '0'; // Показать приложение
1002
  }