소스 검색

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;