forked from rDrama/rDrama
1
0
Fork 0

Small padding on mobile chat heading

master
Outrun Colors 2022-09-24 21:55:16 -05:00
parent 4a0c0db55d
commit cc33839f56
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "chat",
"version": "0.0.16",
"version": "0.0.17",
"main": "./src/index.tsx",
"license": "MIT",
"dependencies": {

View File

@ -94,6 +94,10 @@ body {
/* On mobile, hide the sidebar and make the input full-width. */
@media screen and (max-width: 1100px) {
.App-heading {
padding: 0 1rem;
}
.App-side {
display: none;
}