.contentHeaderNavigation > ul {
@include inlineList;
- flex-wrap: nowrap;
justify-content: flex-end;
margin-top: 20px;
}
}
}
-/* workaround for ancient screen resolutions */
-@media (max-width: 1280px) {
- .contentHeaderNavigation {
- flex: 1 1 0%;
-
- > ul {
- flex-wrap: wrap !important;
- justify-content: flex-end;
- }
- }
-}
-
/* sidebar galore */
@include screen-lg {
.sidebar + .content:not(:last-child) {
margin-top: 20px;
}
+ @include screen-sm-md {
+ .contentHeaderNavigation {
+ .button {
+ .invisible {
+ display: inline;
+ }
+ }
+ }
+ }
+
@include screen-sm-down {
display: flex;
flex-wrap: wrap;
flex: 0 0 calc(100% - 58px);
max-width: calc(100% - 58px);
}
+
+ .contentHeaderNavigation {
+ flex: 0 0 100%;
+ }
}
@include screen-xs {
.contentHeaderNavigation {
- flex: 0 0 100%;
-
.userProfileButtonContainer {
display: flex;