diff --git a/src/screens/EPub/views/EditINote/INoteEditor/index.scss b/src/screens/EPub/views/EditINote/INoteEditor/index.scss index 579b22fa3..b300039e0 100644 --- a/src/screens/EPub/views/EditINote/INoteEditor/index.scss +++ b/src/screens/EPub/views/EditINote/INoteEditor/index.scss @@ -2,9 +2,13 @@ // INoteChapter .ct-epb.ch-img-con { position: relative; - width: 100%; + width: 98%; + height: 98%; + margin-left: 3px; + padding-top: 3px; flex: 0 0 auto; - padding-bottom: 20px; + padding-bottom: 5px; + margin-top: 10px; border-top: solid 1px rgb(236, 236, 236); .ch-img-wrapper{ position: relative; @@ -28,9 +32,11 @@ .item-text { position: relative; + width: 99%; white-space: pre-wrap; - padding-left: 10px; - padding-top: 10px; + margin-left: 3px; + padding-top: 3px; + margin-bottom: 3px; font-size: 14px; line-height: 23px; // height: 92px; @@ -39,13 +45,17 @@ .item-actions { + display: flex; + justify-content: flex-start; + gap: 50px; width: 100%; opacity: 0; transition: opacity .2s ease-in; pointer-events: auto; - border-radius: 0 20px 20px 0; - padding-left: 20px; + border-radius: 10px 20px 20px 10px; background-color: rgb(245, 245, 245); + margin-bottom: 5px; + margin-top: 5px; } .item-actions:hover { opacity: 1;