File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2073,13 +2073,13 @@ Logic Interface CSS
20732073
20742074
20752075.analytics-pinned-region-cards-container .analytics-has-video {
2076- bottom : calc (320 px + 91 px ); /* guess at video top */
2076+ bottom : calc (48 px + 151 px + 4 px * 2 + 50 px ); /* guess at video button top */
20772077}
20782078
20792079.analytics-video , .analytics-video-background {
20802080 position : absolute;
20812081 left : 35px ;
2082- bottom : calc ( 320 px - 66 px - 66 px + 14 px ) ;
2082+ bottom : 48 px ;
20832083 width : calc (15rem + 2 * 14px );
20842084 height : 151px ;
20852085
@@ -2101,7 +2101,8 @@ Logic Interface CSS
21012101.analytics-video-toggle {
21022102 position : absolute;
21032103 left : 35px ;
2104- bottom : calc (320px + 37px );
2104+ bottom : calc (48px + 151px );
2105+ margin-bottom : 4px ;
21052106
21062107 z-index : 2900 ;
21072108 transform : translateZ (2900px );
You can’t perform that action at this time.
0 commit comments