|
|
@@ -74,9 +74,9 @@ const ИМЯ = "Редактор Главреда | Glavred Editor" |
|
|
|
var элемент = document.getElementById(id); |
|
|
|
элемент.style.cssText = ` |
|
|
|
width: calc(100% - 320px); |
|
|
|
height: calc(100% - 80px); |
|
|
|
height: calc(100% - 40px); |
|
|
|
position: fixed; |
|
|
|
top: 80px; |
|
|
|
top: 40px; |
|
|
|
left: 320px; |
|
|
|
right: 0; |
|
|
|
bottom: 0; |
|
|
|