diff --git a/frontend/src/css/shared-file-view.css b/frontend/src/css/shared-file-view.css index b67a6c43cd..25cd6692c9 100644 --- a/frontend/src/css/shared-file-view.css +++ b/frontend/src/css/shared-file-view.css @@ -22,7 +22,10 @@ .shared-file-view-head { width: 950px; margin: 0 auto; - height: 50px; + height: 60px; + display: flex; + align-items:center; + justify-content: space-between; } .shared-file-view-head a { @@ -30,7 +33,6 @@ } .shared-file-view-head h2 { - margin-top: 9px; color: #222; font-size: 1.4em; margin-bottom: 0px; @@ -43,15 +45,13 @@ .shared-file-view-head .shared-file-op-btn { padding: 7px; - margin-top: 9px; } .shared-file-view-body { - height: calc(100% - 50px); + height: calc(100% - 60px); padding: 30px 0 15px; background: #f4f4f4; border: 1px solid #ededed; - margin-top: 12px; overflow: auto; } @@ -69,9 +69,5 @@ .shared-file-view-head { width: 100%; padding: 10px 20px; - height: 60px; - } - .shared-file-view-body { - height: calc(100% - 60px); } }