Skip to content

Commit 6850482

Browse files
committed
Update styles
1 parent ca44cfc commit 6850482

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

styles.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@
1515
/* z-index: 0; */
1616
}
1717

18-
/* Set display to flex except the classes that are set to display none or can be toggled to display none. */
19-
.yv:not(.navbar, .navbar-toggler, .navbar-collapse, .tab-content
20-
> .tab-pane, .dropdown-menu, .collapse:not(.show), .modal),
18+
/* Force display flex for all elements (except the hidden ones). */
19+
.yv:not(.collapse):not(.carousel-item):not(.dropdown-menu):not(.modal):not(.navbar):not(.navbar-toggler):not(.navbar-collapse):not(.tab-pane),
2120
.yv.show {
2221
display: flex !important;
2322
}
2423

25-
.navbar,
26-
.navbar-toggler,
27-
.navbar-toggler {
24+
.yv.navbar,
25+
.yv.navbar-toggler,
26+
.yv.navbar-collapse {
2827
display: flex;
2928
}
3029

0 commit comments

Comments
 (0)