Skip to content

Commit

Permalink
fix(theme): desktop - fix undraggable titlebar & progress bar when do…
Browse files Browse the repository at this point in the history
…wnloading
  • Loading branch information
ricewind012 committed Feb 15, 2025
1 parent 72a98df commit ceb9a01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/client/desktop/bottombar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
// Align with icons
margin-block: -1px !important;

width: 0;
flex-grow: 1;

&::after {
@include controls.progress-bar-inner;
}
Expand Down
2 changes: 2 additions & 0 deletions theme/client/desktop/steamdesktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
order: -1 !important;
flex-direction: row-reverse !important;
justify-content: space-between !important;

app-region: drag;
}

#URLBarReplacement {
Expand Down

0 comments on commit ceb9a01

Please sign in to comment.