diff --git a/src/app/book/book.component.css b/src/app/book/book.component.css index fb0b676..9421363 100644 --- a/src/app/book/book.component.css +++ b/src/app/book/book.component.css @@ -20,12 +20,10 @@ } .box-container { - display: none; - position: fixed; + /*display: none;*/ + /*position: fixed;*/ box-sizing: border-box; - height: 90%; - width: 80%; - margin-left: 2%; + /*margin-left: 2%;*/ border-radius: 4px; opacity: 0.7; color: #555; diff --git a/src/app/book/book.component.html b/src/app/book/book.component.html index d906868..0b21cd2 100644 --- a/src/app/book/book.component.html +++ b/src/app/book/book.component.html @@ -1,7 +1,5 @@ -
- -
+
@@ -15,6 +13,13 @@

Path : {{mainFolder.path}}

+
+
+
+ +
+
+
@@ -29,7 +34,6 @@ -