Skip to content

Commit

Permalink
feat: improve ui of sortable toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Jan 27, 2024
1 parent 27f20d3 commit 332fd0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Alfred.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,6 @@ body.no-alfred .alfredelements {
position: fixed !important;
top: 50% !important;
}
body.no-sortable .rf-toggle-sortable {
opacity: 0.3;
}
5 changes: 5 additions & 0 deletions Alfred.less
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,8 @@ body.no-alfred {
position: fixed !important;
top: 50% !important;
}

// fade out sortable button if not sortable
body.no-sortable .rf-toggle-sortable {
opacity: 0.3;
}
2 changes: 1 addition & 1 deletion Alfred.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 332fd0e

Please sign in to comment.