Merge pull request #731 from Zankaria/improve-mobile-user-options

Limit user options panel width on mobile
This commit is contained in:
Lorenzo Yario 2024-04-28 13:34:14 -07:00 committed by GitHub
commit 51aa6e3813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -906,7 +906,8 @@ pre {
display: block;
width: 100%;
height: 100%;
margin-top: 0px;
max-width: 620px;
margin: auto;
}
.mentioned {