Skip to content

Commit e0e9291

Browse files
committed
Extend sidebar to full height when video is present
1 parent 52072b5 commit e0e9291

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/index.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,13 +2073,13 @@ Logic Interface CSS
20732073

20742074

20752075
.analytics-pinned-region-cards-container.analytics-has-video {
2076-
bottom: calc(320px + 91px); /* guess at video top */
2076+
bottom: calc(48px + 151px + 4px * 2 + 50px); /* guess at video button top */
20772077
}
20782078

20792079
.analytics-video, .analytics-video-background {
20802080
position: absolute;
20812081
left: 35px;
2082-
bottom: calc(320px - 66px - 66px + 14px);
2082+
bottom: 48px;
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);

0 commit comments

Comments
 (0)