Skip to content

Commit 1a32e67

Browse files
committed
fix(FEC-13709): remove player top bar if there is no content in it
1 parent 24968c4 commit 1a32e67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/top-bar/_top-bar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
}
9494
}
9595

96+
.player .top-bar:has(.left-controls:empty + .right-controls:empty) {
97+
visibility: hidden;
98+
}
99+
96100
.player.size-sm .top-bar {
97101
.left-controls {
98102
margin: #{$top-bar-top-bottom-gutter}px 0 #{$top-bar-top-bottom-gutter}px #{$gui-small-gutter}px;

0 commit comments

Comments
 (0)