Fix: Adjust header width and padding to keep documentation button visible

This commit is contained in:
Marcus Quinn
2025-03-14 02:56:47 +00:00
parent 24b60e0bda
commit e101eeb37f

View File

@ -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 {