Skip to content

Commit

Permalink
hide drag handle if locked
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Nov 27, 2023
1 parent e907c4e commit a348c91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/stylesheets/vortex/page-mod-load-order.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
// This shouldn't be necessary. But hey ho lets go.
&.disabled {
display: none;
}
}

label {
padding: 0;
Expand All @@ -107,6 +107,11 @@
}

&.external {

.drag-handle-icon {
display: none;
}

.load-order-unmanaged-banner {

text-align: center;
Expand Down

0 comments on commit a348c91

Please sign in to comment.