diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c127ca537..fd9eaf1b2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,47 +1,52 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: "" labels: bug -assignees: '' - +assignees: "" --- - **Describe the bug** + - **Did it happen in incognito mode?** + **To Reproduce** + + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** + **Screenshots** + **Desktop:** - - OS: [] - - Browser [] - - Version [] + +- OS: [] +- Browser [] +- Version [] **Smartphone:** - - Device: [] - - OS: [] - - Browser [] - - Version [] + +- Device: [] +- OS: [] +- Browser [] +- Version [] **Additional context** - + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1de2ccff6..3835ef724 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,9 @@ --- name: Feature request about: Please use GitHub Discussions https://github.com/Miodec/monkeytype/discussions -title: '' -labels: '' -assignees: '' - +title: "" +labels: "" +assignees: "" --- Please do not file an issue for feature requests, use [GitHub discussions (Discussions tab)](https://github.com/Miodec/monkeytype/discussions) diff --git a/README.md b/README.md index ee7869cec..11b6cfc9d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ Monkeytype is a minimalistic, customisable typing test, featuring many test mode On the [monkeytype Discord server](https://www.discord.gg/monkeytype), we added a Discord bot to autoassign roles on our server. You can find its code over at https://github.com/Miodec/monkey-bot - # Bug report or Feature request If you encounter a bug, or have a feature request - [send me a message on Reddit](https://reddit.com/user/miodec), [create an issue](https://github.com/Miodec/monkeytype/issues), [create a discussion thread](https://github.com/Miodec/monkeytype/discussions), or [join the Discord server](https://www.discord.gg/monkeytype). @@ -56,5 +55,3 @@ All the [contributors](https://github.com/Miodec/monkeytype/graphs/contributors) # Support If you wish to support further development and feel extra awesome, you can do so [here](https://www.paypal.me/jackbartnik). - - diff --git a/src/sass/media-queries.scss b/src/sass/media-queries.scss index abf9ac683..fd4332c68 100644 --- a/src/sass/media-queries.scss +++ b/src/sass/media-queries.scss @@ -1,4 +1,3 @@ - @media only screen and (max-width: 1050px) { #centerContent { .pageSettings .section.themes .buttons, @@ -9,8 +8,7 @@ .pageSettings .section.fontFamily .buttons, .pageSettings .section.funbox .buttons, .pageSettings .section.keymapStyle .buttons, - .pageSettings .section.languageGroups .buttons - { + .pageSettings .section.languageGroups .buttons { grid-template-columns: 1fr 1fr 1fr; } @@ -33,7 +31,7 @@ } @media only screen and (max-width: 800px) { - .settingsGroup.quickNav{ + .settingsGroup.quickNav { display: none; } #centerContent { @@ -41,7 +39,7 @@ grid-template-areas: "logo config" "menu config"; - grid-template-columns: auto auto; + grid-template-columns: auto auto; .logo { margin-bottom: 0; } @@ -57,15 +55,15 @@ } } } - #bottom{ - .leftright{ - .left{ + #bottom { + .leftright { + .left { gap: 0.25rem 1rem; display: grid; grid-template-rows: 1fr 1fr; grid-auto-flow: column; } - .right{ + .right { display: grid; grid-template-rows: 1fr 1fr; gap: 0.25rem 1rem; @@ -73,9 +71,9 @@ } } - .pageAbout .section .supporters, .pageAbout .section .contributors{ + .pageAbout .section .supporters, + .pageAbout .section .contributors { grid-template-columns: 1fr 1fr 1fr; - } .pageSettings .section.customBackgroundFilter { @@ -132,7 +130,6 @@ } } - #centerContent { .pageSettings .section.themes .buttons, .pageSettings .section.language .buttons, @@ -149,10 +146,11 @@ } @media only screen and (max-width: 600px) { - .pageAbout .section .supporters, .pageAbout .section .contributors{ + .pageAbout .section .supporters, + .pageAbout .section .contributors { grid-template-columns: 1fr 1fr; } - #top .logo .bottom{ + #top .logo .bottom { margin-top: 0; } #middle { @@ -177,10 +175,9 @@ } } - @media only screen and (max-width: 500px) { - - .pageAbout .section .supporters, .pageAbout .section .contributors{ + .pageAbout .section .supporters, + .pageAbout .section .contributors { grid-template-columns: 1fr 1fr; } @@ -202,15 +199,15 @@ } } } - #bottom{ - .leftright{ - .left{ + #bottom { + .leftright { + .left { gap: 0.25rem 1rem; display: grid; grid-template-rows: 1fr 1fr 1fr; grid-auto-flow: column; } - .right{ + .right { display: grid; grid-template-rows: 1fr 1fr 1fr; gap: 0.25rem 1rem; @@ -237,30 +234,28 @@ } @media only screen and (max-width: 400px) { - - #top .logo .bottom{ + #top .logo .bottom { font-size: 1.5rem; line-height: 1.5rem; margin-top: 0; } #top .config { - grid-gap: .25rem; - .group .buttons{ - font-size: .65rem; - line-height: .65rem; + grid-gap: 0.25rem; + .group .buttons { + font-size: 0.65rem; + line-height: 0.65rem; } } - #bottom{ - font-size: .65rem; + #bottom { + font-size: 0.65rem; } #commandLine, #commandLineInput { width: 300px !important; } - } @media (hover: none) and (pointer: coarse) { diff --git a/static/index.html b/static/index.html index eaa033535..6cabad89f 100644 --- a/static/index.html +++ b/static/index.html @@ -1475,7 +1475,11 @@