Skip to content

Commit

Permalink
AO3-4268 Implement full screen width dropdowns for small screen sizes (
Browse files Browse the repository at this point in the history
…#4148)

* AO3-4268 Set width of menu to auto

* AO3-4268 Implement full screen width dropdowns

* AO3-4268 Fix indentation

* Feedback
  • Loading branch information
weeklies authored Jun 19, 2023
1 parent 630812b commit 4cc7e79
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/stylesheets/site/2.0/26-media-narrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ body .narrow-shown {
margin-left: 45px;
}

#header .dropdown, #greeting .user {
position: static;
}

#header .menu {
width: 100%;
position: absolute;
left: 0;
}

/* 04 region dashboard */

#dashboard, #dashboard.own {
Expand Down Expand Up @@ -274,4 +284,4 @@ form.filters dl {
.announcement .thermometer .progress .amount {
left: 0;
right: auto;
}
}

0 comments on commit 4cc7e79

Please sign in to comment.