Browse Source

Add styles for details blocks

ApisNecros 1 năm trước cách đây
mục cha
commit
8470ec30ab
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;