Skip to content

Commit

Permalink
Don't squish 'x' button in overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
kneasle committed Jan 6, 2024
1 parent 40506a0 commit 43c15df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main-page/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ h2 {

.page-overlay-x-button {
width: 5em;
min-width: 5em; /* Don't allow the browsers to squish the button if the page name is long */
height: 5em;

cursor: pointer;
Expand Down

0 comments on commit 43c15df

Please sign in to comment.