Fix new header and floating embeds in older Webkit browsers such as dwb.

This commit is contained in:
ccd0 2015-02-27 22:42:10 -08:00
parent 2ca833ab5c
commit d333916ea0

View File

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