File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Better shutdown for ` qbx_core ` .
15
15
- Preview in regular browsers.
16
16
17
+ ### Changed
18
+
19
+ - Improved styling.
20
+ - Used a lighter font for large texts.
21
+ - Aligned the server message & audio controls at the top.
22
+ - Added spacing between the mini progress bar & its action message.
23
+
17
24
### Fixed
18
25
19
26
- Invalid event data typing for ` endDataFileEntries ` .
Original file line number Diff line number Diff line change 1
- @import url ('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap' );
1
+ @import url ('https://fonts.googleapis.com/css2?family=Roboto:wght@300; 400&display=swap' );
2
2
3
3
* {
4
4
margin : 0 0 ;
@@ -28,6 +28,10 @@ html {
28
28
transition : background-image 2s ;
29
29
}
30
30
31
+ h1 {
32
+ font-weight : 300 ;
33
+ }
34
+
31
35
progress {
32
36
appearance : none;
33
37
overflow : hidden;
@@ -74,7 +78,7 @@ progress {
74
78
width : 90vw ;
75
79
display : flex;
76
80
flex-direction : row;
77
- align-items : start ;
81
+ align-items : center ;
78
82
justify-content : space-between;
79
83
}
80
84
@@ -141,6 +145,7 @@ progress {
141
145
flex-direction : column;
142
146
align-items : start;
143
147
justify-content : space-between;
148
+ gap : 0.25rem ;
144
149
}
145
150
146
151
# mini-progress-wrapper {
You can’t perform that action at this time.
0 commit comments