Fix: Adjust header width and padding to keep documentation button visible
This commit is contained in:
@ -1,18 +1,19 @@
|
|||||||
.wpa-superstar-wrap {
|
.wpa-superstar-wrap {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wpa-superstar-header {
|
.wpa-superstar-header {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid #c3c4c7;
|
border-bottom: 1px solid #c3c4c7;
|
||||||
box-shadow: 0 1px 0 rgba(0,0,0,.04);
|
box-shadow: 0 1px 0 rgba(0,0,0,.04);
|
||||||
margin: 0 0 20px -20px;
|
margin: 0 -20px 20px -20px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: calc(100% + 40px);
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wpa-superstar-header h1 {
|
.wpa-superstar-header h1 {
|
||||||
|
Reference in New Issue
Block a user