File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# coding: utf-8
2
2
3
- VERSION = (0 , 4 , 0 )
3
+ VERSION = (0 , 4 , 1 )
4
4
CODENAME = "NIH"
5
- BUILD_DT = (2020 , 5 , 13 )
5
+ BUILD_DT = (2020 , 5 , 14 )
6
6
7
7
S_VERSION = "." .join (map (str , VERSION ))
8
8
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}" .format (* BUILD_DT )
Original file line number Diff line number Diff line change 28
28
}
29
29
# mtw .single ,
30
30
# mw .single {
31
- left : calc ((100% - 58em ) / 2 );
32
31
margin : 0 ;
32
+ left : 1em ;
33
+ left : max (1em , calc ((100% - 58em ) / 2 ));
33
34
}
34
35
# mtw .single {
35
36
width : 57em ;
37
+ width : min (57em , calc (100% - 2em ));
36
38
}
37
39
38
40
57
59
line-height : 1.3em ;
58
60
font-size : .9em ;
59
61
position : relative;
62
+ scrollbar-color : # eb0 # f7f7f7 ;
60
63
}
61
64
html .dark # mt {
62
65
color : # eee ;
63
66
background : # 222 ;
64
67
border : 1px solid # 777 ;
68
+ scrollbar-color : # b80 # 282828 ;
65
69
}
66
70
# mtr {
67
71
position : absolute;
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ var draw_md = (function () {
85
85
cls ( document . getElementById ( 'save' ) , 'disabled' , src == server_md ) ;
86
86
87
87
var t1 = new Date ( ) . getTime ( ) ;
88
- delay = t1 - t0 ;
88
+ delay = t1 - t0 > 150 ? 25 : 1 ;
89
89
}
90
90
91
91
var timeout = null ;
You can’t perform that action at this time.
0 commit comments