소스 검색

allow user to resize pre blocks.

Thomas Buck 2 년 전
부모
커밋
ba0c3b28ac
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      static/css/style.css

+ 6
- 0
static/css/style.css 파일 보기

@@ -66,6 +66,12 @@ pre {
66 66
     border-width: 2px;
67 67
     border-style: solid;
68 68
     border-radius: 10px;
69
+    resize: vertical;
70
+}
71
+
72
+/* allow resizing larger than max-height */
73
+pre[style*="height"] {
74
+    max-height: unset;
69 75
 }
70 76
 
71 77
 .ascii {

Loading…
취소
저장