DmitrMakeev commited on
Commit
a1eef38
·
verified ·
1 Parent(s): da179b5

Update pages.html

Browse files
Files changed (1) hide show
  1. pages.html +1 -1
pages.html CHANGED
@@ -1140,7 +1140,7 @@ document.addEventListener('DOMContentLoaded', () => {
1140
  document.getElementById('toggleAppBtn').addEventListener('click', function() {
1141
  const app = document.getElementById('gjs');
1142
  if (app.style.left === '0px' || app.style.left === '') {
1143
- app.style.left = '-15%'; // Скрыть приложение
1144
  } else {
1145
  app.style.left = '0'; // Показать приложение
1146
  }
 
1140
  document.getElementById('toggleAppBtn').addEventListener('click', function() {
1141
  const app = document.getElementById('gjs');
1142
  if (app.style.left === '0px' || app.style.left === '') {
1143
+ app.style.left = '-50%'; // Скрыть приложение
1144
  } else {
1145
  app.style.left = '0'; // Показать приложение
1146
  }