浏览代码

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 {

正在加载...
取消
保存