Skip to content

Commit

Permalink
fix: fixed route announcer dimensions
Browse files Browse the repository at this point in the history
This should make full-page layouts perfect!
  • Loading branch information
arctic-hen7 committed Sep 11, 2022
1 parent 5a1be87 commit dba4a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus/src/router/router_component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use web_sys::Element;
// way! We're particualrly comprehensive with these because the user could
// *potentially* stuff things up with global rules https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
const ROUTE_ANNOUNCER_STYLES: &str = r#"
margin: 0;
margin: -1px;
padding: 0;
border: 0;
clip: rect(0 0 0 0);
Expand Down

0 comments on commit dba4a4f

Please sign in to comment.