File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/ViewportOrientationMarkers Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
.ViewportOrientationMarkers {
2
2
--marker-width : 100px ;
3
+ --marker-height : 100px ;
3
4
--scrollbar-width : 20px ;
4
5
pointer-events : none;
5
6
font-size : 15px ;
22
23
left : calc (100% - var (--marker-width ) - var (--scrollbar-width ));
23
24
}
24
25
.ViewportOrientationMarkers .bottom-mid {
25
- top : 97 % ;
26
+ top : calc ( 100 % - var ( --marker-height ) - 5 px ) ;
26
27
left : 47% ;
27
28
}
28
29
.ViewportOrientationMarkers .right-mid .orientation-marker-value {
29
30
display : flex;
30
31
justify-content : flex-end;
31
32
min-width : var (--marker-width );
32
33
}
34
+ .ViewportOrientationMarkers .bottom-mid .orientation-marker-value {
35
+ display : flex;
36
+ justify-content : flex-start;
37
+ min-height : var (--marker-height );
38
+ flex-direction : column-reverse;
39
+ }
You can’t perform that action at this time.
0 commit comments