Skip to content

Commit a72b7fc

Browse files
committed
Fix header width on large panel pages
1 parent 53523c6 commit a72b7fc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

frontend/components/DefaultHeader.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,10 @@ async function signOut() {
121121
.default-header {
122122
position: sticky;
123123
top: 0;
124-
box-sizing: border-box;
125-
max-width: max(66.7%, 750px);
126124
margin: 0 auto;
125+
width: 100%;
126+
max-width: max(66.7%, 750px);
127+
box-sizing: border-box;
127128
padding: 2rem;
128129
z-index: 100;
129130

0 commit comments

Comments
 (0)