浏览代码

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 {