Skip to content

Commit

Permalink
Adjust header bar in mobile devices (#3925)
Browse files Browse the repository at this point in the history
  • Loading branch information
McGiverGim authored May 1, 2024
1 parent 5cce278 commit 6b71569
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -2049,11 +2049,11 @@ button.active {
display: none !important;
}
.headerbar {
height: 56px;
height: fit-content;
background: rgba(0, 0, 0, 0.15);
flex-wrap: wrap;
align-content: flex-start;
padding-top: 12px;
padding-top: 6px;
box-sizing: border-box;
transition: all 0.2s;
}
Expand Down Expand Up @@ -2093,6 +2093,10 @@ button.active {
margin: 0;
zoom: 0.6;
}
.web-port-picker {
order: 5;
padding-top: 5px;
}
#port-picker {
display: none !important;
order: 5;
Expand Down Expand Up @@ -2121,6 +2125,8 @@ button.active {
flex-grow: 1;
}
#portsinput {
display: flex;
gap: 5px;
flex-grow: 1;
margin-right: 0;
}
Expand Down

0 comments on commit 6b71569

Please sign in to comment.