File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11## [ 1.1.3] ( https://github.com/shivanshkc/graviton-web-client/compare/v1.1.2...v1.1.3 ) (2022-03-27)
22
3-
43### Bug Fixes
54
6- * ** core:** timer inital start call fix ([ d5c8ffa] ( https://github.com/shivanshkc/graviton-web-client/commit/d5c8ffa97ee6954a709361ee036c162f889d3dd7 ) )
7- * ** ui:** play button media query fix ([ 001095a] ( https://github.com/shivanshkc/graviton-web-client/commit/001095a4b1c22c1ce001acbceb4bcf1381d07b17 ) )
5+ - ** core:** timer inital start call fix ([ d5c8ffa] ( https://github.com/shivanshkc/graviton-web-client/commit/d5c8ffa97ee6954a709361ee036c162f889d3dd7 ) )
6+ - ** ui:** play button media query fix ([ 001095a] ( https://github.com/shivanshkc/graviton-web-client/commit/001095a4b1c22c1ce001acbceb4bcf1381d07b17 ) )
87
98## [ 1.1.2] ( https://github.com/shivanshkc/graviton-web-client/compare/v1.1.1...v1.1.2 ) (2022-03-27)
109
Original file line number Diff line number Diff line change 11.instruction {
22 // Vertical mid.
3- position : absolute ;
3+ position : fixed ;
44 top : 50% ;
55
66 // Horizontal mid.
Original file line number Diff line number Diff line change 33html ,
44body {
55 height : 100% ;
6+ width : 100% ;
67}
78
89body {
910 margin : 0 ;
1011 overflow : hidden ;
12+ // Setting the position to fixed fixes overflowing in mobile browsers.
13+ position : fixed ;
1114}
1215
1316// Sugar for width: 100%
You can’t perform that action at this time.
0 commit comments