File tree 3 files changed +17
-16
lines changed
3 files changed +17
-16
lines changed Original file line number Diff line number Diff line change
1
+ body .block-style-compact .game-space {
2
+ top : 50% ;
3
+ }
4
+
5
+ body .block-style-compact .input-row {
6
+ max-height : 3rem ;
7
+ }
8
+
9
+ body .block-style-compact .back-row {
10
+ max-height : 3rem ;
11
+ }
12
+
13
+ body .block-style-compact .box {
14
+ padding : 1.25em ;
15
+ }
Original file line number Diff line number Diff line change 8
8
top : 40% ;
9
9
}
10
10
11
- body .block-style-compact .game-space {
12
- top : 50% ;
13
- }
14
-
15
11
.back-rows {
16
12
position : absolute;
17
13
padding : 2px ;
@@ -43,20 +39,12 @@ body.block-style-compact .game-space {
43
39
align-items : center;
44
40
}
45
41
46
- body .block-style-compact .input-row {
47
- max-height : 3rem ;
48
- }
49
-
50
42
.back-row {
51
43
display : flex;
52
44
justify-content : center;
53
45
align-items : center;
54
46
}
55
47
56
- body .block-style-compact .back-row {
57
- max-height : 3rem ;
58
- }
59
-
60
48
/* Boxes */
61
49
62
50
.box {
@@ -74,10 +62,6 @@ body.block-style-compact .back-row {
74
62
transition : transform 0.25s ease, top 0.1s ease, left 0.1s ease;
75
63
}
76
64
77
- body .block-style-compact .box {
78
- padding : 1.25em ;
79
- }
80
-
81
65
.box .box-letter {
82
66
display : block;
83
67
position : absolute;
Original file line number Diff line number Diff line change 13
13
@import url ("./themes/classic.css" );
14
14
@import url ("./themes/snow.css" );
15
15
16
+ @import url ("./block-styles/compact.css" );
17
+
16
18
@import url ("./debug.css" );
17
19
18
20
/* Fonts */
You can’t perform that action at this time.
0 commit comments