Update pages.html
Browse files- pages.html +4 -0
pages.html
CHANGED
|
@@ -362,6 +362,9 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
| 362 |
#gjs {
|
| 363 |
position: absolute;
|
| 364 |
left: 0;
|
|
|
|
|
|
|
|
|
|
| 365 |
transition: left 0.3s ease;
|
| 366 |
}
|
| 367 |
|
|
@@ -1181,6 +1184,7 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
| 1181 |
background-color: transparent;
|
| 1182 |
display: flex;
|
| 1183 |
gap: 10px;
|
|
|
|
| 1184 |
}
|
| 1185 |
|
| 1186 |
.button-cont1, .button-cont2, .button-cont3, .button-cont4, .button-cont5 {
|
|
|
|
| 362 |
#gjs {
|
| 363 |
position: absolute;
|
| 364 |
left: 0;
|
| 365 |
+
top: 0;
|
| 366 |
+
width: 100%;
|
| 367 |
+
height: calc(100% - 100px); /* Уменьшаем высоту окна редактора, чтобы оставить место для кнопок */
|
| 368 |
transition: left 0.3s ease;
|
| 369 |
}
|
| 370 |
|
|
|
|
| 1184 |
background-color: transparent;
|
| 1185 |
display: flex;
|
| 1186 |
gap: 10px;
|
| 1187 |
+
padding-bottom: 20px; /* Добавляем отступ снизу */
|
| 1188 |
}
|
| 1189 |
|
| 1190 |
.button-cont1, .button-cont2, .button-cont3, .button-cont4, .button-cont5 {
|