Made header adjust to window size
mellobacon committed
Oct 21, 2022 at 13:06 UTC
50404111eebd8c7c131ede50d20544e3491b4ca5
1 file changed
+2
-1
src/components/Header/Header.svelte
+2
-1
@@ -74,12 +74,13 @@
74
}
75
:global(#workspace a.bx--header__menu-item) {
76
flex-direction: row-reverse;
77
+ cursor: pointer;
78
}
79
:global(#workspace .bx--header__menu-arrow) {
80
margin-right: .5rem;
81
margin-left: 0 !important;
82
}
82
- :global(#workspace .bx--header__menu-title[aria-expanded=true]+.bx--header__menu) {
83
+ :global(#workspace .bx--header__menu-title.bx--header__menu) {
84
width: 100% !important;
85
}
86