瀏覽代碼

Add styles for details blocks

ApisNecros 1 年之前
父節點
當前提交
8470ec30ab
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      static/css/base.css

+ 4 - 0
static/css/base.css

@@ -48,6 +48,10 @@
     textarea {
         @apply h-24;
     }
+    
+    details > *:not(summary) {
+        @apply pl-4;
+    }
 
     ol {
         @apply list-decimal list-inside;