소스 검색

style: page title actions

Tienson Qin 5 달 전
부모
커밋
ad6130f2cd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/main/frontend/components/block.css
  2. 1 1
      src/main/frontend/components/container.css

+ 1 - 1
src/main/frontend/components/block.css

@@ -526,7 +526,7 @@
 
 .ls-page-title-container .block-content-wrapper {
   .ls-page-title-actions {
-    @apply absolute -top-4 opacity-0;
+    @apply absolute -top-5 opacity-0;
     left: -2px;
   }
 

+ 1 - 1
src/main/frontend/components/container.css

@@ -55,7 +55,7 @@
 }
 
 #main-content-container {
-  @apply py-4 sm:pl-8 sm:pr-4;
+  @apply sm:py-8 py-2 sm:pl-8 sm:pr-4;
 }
 
 .left-sidebar-inner {