fixed header height with AudioPlayer Height
This commit is contained in:
@@ -1098,8 +1098,10 @@ body, html {
|
|||||||
header[role="banner"] {
|
header[role="banner"] {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0.5em 1em; }
|
padding: 0 1em; }
|
||||||
header[role="banner"] > .wrapper {
|
header[role="banner"] > .wrapper {
|
||||||
|
position: relative;
|
||||||
|
padding: 0.5em 0;
|
||||||
border-bottom: 1px solid red;
|
border-bottom: 1px solid red;
|
||||||
height: 70px; }
|
height: 70px; }
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,10 @@ header[role="banner"]{
|
|||||||
// outline: 1px solid blue;
|
// outline: 1px solid blue;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding:0.5em 1em;
|
padding:0 1em;
|
||||||
>.wrapper{
|
>.wrapper{
|
||||||
|
position: relative;
|
||||||
|
padding:0.5em 0;
|
||||||
border-bottom: 1px solid red;
|
border-bottom: 1px solid red;
|
||||||
// TODO: what header height to fit well with player ??
|
// TODO: what header height to fit well with player ??
|
||||||
height:70px;
|
height:70px;
|
||||||
|
|||||||
Reference in New Issue
Block a user