-
+
-
-
-
-
-
diff --git a/src/main/resources/templates/content/blog/write.html b/src/main/resources/templates/content/blog/write.html
index 42835de..b721185 100644
--- a/src/main/resources/templates/content/blog/write.html
+++ b/src/main/resources/templates/content/blog/write.html
@@ -30,11 +30,7 @@
console.log(style.getPropertyValue('--FooterHeight'))
console.log(style.getPropertyValue('--TopHeight'))
var editorHeght = (
- document.querySelector('#main_layer').getBoundingClientRect().height -
- (
- Number(style.getPropertyValue('--ButtonHegit').replace("px","") * 3)
- + Number(style.getPropertyValue('--TopHeight').replace("px",""))
- )
+ document.querySelector('#main_layer').getBoundingClientRect().height * 0.7
)
editor = new toastui.Editor({
@@ -115,8 +111,10 @@