Improved content wrapping in .contentHeader
authorMarcel Werk <burntime@woltlab.com>
Thu, 5 Jan 2017 15:46:28 +0000 (16:46 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 5 Jan 2017 15:49:32 +0000 (16:49 +0100)
wcfsetup/install/files/style/layout/content.scss

index ce36a89d250be9df8e5a55e998d8f70a3d1bd8f6..7fcfdb5eb90a6672e5863565a0f6d95dc1cf8602 100644 (file)
                }
                
                .contentHeaderTitle {
-                       flex: 1 1 0%;
+                       flex: 1 1 0;
                }
                
                .contentHeaderNavigation {
                        flex: 0 0 auto;
                        margin-left: 15px;
+                       max-width: 50%;
                        
                        > ul {
                                @include inlineList;
                                
-                               flex-wrap: nowrap;
+                               flex-wrap: wrap;
+                               justify-content: flex-end;
+                               margin-top: -5px;
                                
-                               > li{
+                               > li {
+                                       margin-top: 5px;
+                                       
                                        &:not(:last-child) {
                                                margin-right: 0;
                                        }