Skip to content

Commit

Permalink
fix 7f7ea7e: set actions width only in compact mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Feb 9, 2025
1 parent e3d2861 commit 1dc7ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage/manage.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ h1 {
}
[id=actions] /* reducing specificity */ {
flex: 1;
min-width: 240px;
@media (450px < width < 700px) {
order: 2;
min-width: 240px;
}
main {
margin: 0 calc(-$pad/2) calc(-$pad/2) 0;
Expand Down

0 comments on commit 1dc7ed6

Please sign in to comment.