Jelajahi Sumber

style: page title actions

Tienson Qin 5 bulan lalu
induk
melakukan
ad6130f2cd

+ 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 {