Skip to content

Commit

Permalink
Merge pull request #731 from Zankaria/improve-mobile-user-options
Browse files Browse the repository at this point in the history
Limit user options panel width on mobile
  • Loading branch information
RealAngeleno committed Apr 28, 2024
2 parents 7025035 + af06d84 commit 51aa6e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stylesheets/style.css
Expand Up @@ -906,7 +906,8 @@ pre {
display: block;
width: 100%;
height: 100%;
margin-top: 0px;
max-width: 620px;
margin: auto;
}

.mentioned {
Expand Down

0 comments on commit 51aa6e3

Please sign in to comment.