diff --git a/src/General/css/style.css b/src/General/css/style.css index 76140db1a..ef452f91d 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -297,26 +297,33 @@ audio.controls-added { @media (min-width: 1300px) { :root.fixed:not(.centered-links) #header-bar { white-space: nowrap; + display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; } :root.fixed:not(.centered-links) #board-list { + -webkit-flex: auto; flex: auto; } :root.fixed:not(.centered-links) #full-board-list { + display: -webkit-flex; display: flex; } :root.fixed:not(.centered-links) .hide-board-list-container { + -webkit-flex: none; flex: none; margin-right: 5px; } :root.fixed:not(.centered-links) #full-board-list > .boardList { + -webkit-flex: auto; flex: auto; + display: -webkit-flex; display: flex; } :root.fixed:not(.centered-links) #full-board-list > .boardList > a, :root.fixed:not(.centered-links) #full-board-list > .boardList > span:not(.space):not(.spacer) { + -webkit-flex: none; flex: none; padding: .17em; margin: -.17em -.32em; @@ -325,14 +332,18 @@ audio.controls-added { pointer-events: none; } :root.fixed:not(.centered-links) #full-board-list > .boardList > span.space { + -webkit-flex: 0 .63 .63em; flex: 0 .63 .63em; } :root.fixed:not(.centered-links) #full-board-list > .boardList > span.spacer { + -webkit-flex: 0 .38 .38em; flex: 0 .38 .38em; } :root.fixed:not(.centered-links) #shortcuts { float: initial; + -webkit-flex: none; flex: none; + display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; @@ -1592,9 +1603,11 @@ grunt.file.expand('src/General/img/links/*.png').map(function(file) { display: none; } #embedding > div:first-child { + display: -webkit-flex; display: flex; } #embedding .move { + -webkit-flex: 1; flex: 1; } #embedding .jump {