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 11.ViewportOrientationMarkers {
22 --marker-width : 100px ;
3+ --marker-height : 100px ;
34 --scrollbar-width : 20px ;
45 pointer-events : none;
56 font-size : 15px ;
2223 left : calc (100% - var (--marker-width ) - var (--scrollbar-width ));
2324}
2425.ViewportOrientationMarkers .bottom-mid {
25- top : 97 % ;
26+ top : calc ( 100 % - var ( --marker-height ) - 5 px ) ;
2627 left : 47% ;
2728}
2829.ViewportOrientationMarkers .right-mid .orientation-marker-value {
2930 display : flex;
3031 justify-content : flex-end;
3132 min-width : var (--marker-width );
3233}
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