File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ radius == 10 !require;
14
14
#avatar {
15
15
height: == 160 !require;
16
16
width: == &[height];
17
- border-radius: == &[height] / 2 ;
17
+ border-radius: 50% ;
18
18
}
19
19
20
20
#name {
@@ -48,7 +48,7 @@ button {
48
48
49
49
@v |-(#cover)-(#follow)-| in(#profile-card) gap($sgap) !require;
50
50
51
- // #follow[center-x] == #profile-card[center-x];
51
+ #follow[center-x] == #profile-card[center-x];
52
52
53
53
@h |-(#message)~-~(#follow)~-~(#following)-(#followers)-|
54
54
in(#profile-card)
Original file line number Diff line number Diff line change 7
7
console . time ( "display" ) ;
8
8
}
9
9
}
10
- engine . once ( "solve " , function ( ) {
10
+ GSS . once ( "display " , function ( ) {
11
11
if ( typeof console !== "undefined" && console !== null ) {
12
12
if ( typeof console . timeEnd === "function" ) {
13
13
console . timeEnd ( "display" ) ;
74
74
scrollDirection = "up" ;
75
75
}
76
76
/*
77
- [windowW, windowH] = getWindowSize()
77
+ [windowW, windowH] = getWindowSize()
78
78
scrollBottom = scroll + windowH
79
79
*/
80
80
You can’t perform that action at this time.
0 commit comments